File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
86
86
### End to end tests
87
87
88
88
- 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" `
91
91
- Provide additional ` e2e_runner ` options using ` --test_arg ` : ` --test_arg="--yarn" `
92
92
93
93
When running the debug commands, Node will stop and wait for a debugger to attach.
You can’t perform that action at this time.
0 commit comments