We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb47aef commit 02e0412Copy full SHA for 02e0412
docs/DEVELOPER.md
@@ -84,6 +84,7 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
84
85
- Run: `node tests/legacy-cli/run_e2e.js`
86
- Run a subset of the tests: `node tests/legacy-cli/run_e2e.js tests/legacy-cli/e2e/tests/i18n/ivy-localize-*`
87
+- Run on a custom set of npm packages (tar files): `node tests/legacy-cli/run_e2e.js --package _angular_cli.tgz _angular_create.tgz dist/*.tgz ...`
88
89
When running the debug commands, Node will stop and wait for a debugger to attach.
90
You can attach your IDE to the debugger to stop on breakpoints and step through the code. Also, see [IDE Specific Usage](#ide-specific-usage) for a
0 commit comments