Skip to content

Commit e19db6f

Browse files
committed
docs: update e2e test commands
The E2E config allows stamping, not using it can cause certain e2e tests to fail locally.
1 parent ce88519 commit e19db6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
8686
### End to end tests
8787

8888
- For a complete list of test targets use the following Bazel query: `yarn bazel query "tests(//tests/...)"`
89-
- Run a subset of the tests: `yarn bazel test //tests/legacy-cli:e2e_node18 --test_filter="tests/i18n/ivy-localize-*"`
90-
- Use `bazel run` to debug failing tests debugging: `yarn bazel run //tests/legacy-cli:e2e_node18 --test_arg="--glob=tests/basic/aot.ts"`
89+
- Run a subset of the tests: `yarn bazel test //tests/legacy-cli:e2e_node18 --config=e2e --test_filter="tests/i18n/ivy-localize-*"`
90+
- Use `bazel run` to debug failing tests debugging: `yarn bazel run //tests/legacy-cli:e2e_node18 --config=e2e --test_arg="--glob=tests/basic/aot.ts"`
9191
- Provide additional `e2e_runner` options using `--test_arg`: `--test_arg="--yarn"`
9292

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

0 commit comments

Comments
 (0)