Skip to content

Commit 02e0412

Browse files
committed
fixup! test: run e2e tests on pre-compiled packages
1 parent fb47aef commit 02e0412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/DEVELOPER.md

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ You can find more info about debugging [tests with Bazel in the docs.](https://g
8484

8585
- Run: `node tests/legacy-cli/run_e2e.js`
8686
- 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 ...`
8788

8889
When running the debug commands, Node will stop and wait for a debugger to attach.
8990
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

Comments
 (0)