Skip to content

Commit 27fe5da

Browse files
committed
docs: correct bazel e2e commands
These command are outdated and no longer work
1 parent 318c164 commit 27fe5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DEVELOPER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
8989
### End to end tests
9090

9191
- For a complete list of test targets use the following Bazel query: `pnpm bazel query "tests(//tests/...)"`
92-
- Run a subset of the tests: `pnpm bazel test //tests/legacy-cli:e2e_node18 --config=e2e --test_filter="tests/i18n/ivy-localize-*"`
93-
- Use `bazel run` to debug failing tests debugging: `pnpm bazel run //tests/legacy-cli:e2e_node18 --config=e2e --test_arg="--glob=tests/basic/aot.ts"`
92+
- Run a subset of the tests: `pnpm bazel test //tests/legacy-cli:e2e_node22 --config=e2e --test_filter="tests/i18n/ivy-localize-*"`
93+
- Use `bazel run` to debug failing tests debugging: `JS_BINARY__PATCH_NODE_FS=0 pnpm bazel run //tests/legacy-cli:e2e_node22 --config=e2e --test_arg="--glob=tests/basic/aot.ts"`
9494
- Provide additional `e2e_runner` options using `--test_arg`: `--test_arg="--package-manager=yarn"`
9595

9696
When running the debug commands, Node will stop and wait for a debugger to attach.

0 commit comments

Comments
 (0)