docs(tasks): correct commands for running tests#22891
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
180f54f to
5b0081f
Compare
There was a problem hiding this comment.
Pull request overview
Updates contributor/docs guidance for running Node.js (NAPI) test suites by switching from pnpm build-dev to the correct pnpm run build-test workflow, aligning e2e and agent instructions with how NAPI test builds are intended to be produced.
Changes:
- Updated
tasks/e2einstructions to build the required NAPI packages usingbuild-testbefore running e2e tests. - Updated
AGENTS.mdNAPI testing commands to usepnpm run build-test(and adjusted package-specific instructions accordingly).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tasks/e2e/README.md | Documents the correct sequence to build NAPI minify/transform for tests, then run the e2e suite. |
| AGENTS.md | Updates the NAPI testing section to reference build-test (including package-specific examples). |
5b0081f to
ad63e24
Compare
Merge activity
|
`pnpm run build-test` is the correct command for building NAPI packages for running tests, not `pnpm build-dev`. Correct the docs accordingly. Also clarify the commands for running e2e tests.
ad63e24 to
494c043
Compare

pnpm run build-testis the correct command for building NAPI packages for running tests, notpnpm build-dev. Correct the docs accordingly. Also clarify the commands for running e2e tests.