From cb93537832095e89b89036b27a718bf43d417dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABl=20Mac=C3=A9?= Date: Mon, 6 Aug 2018 21:06:56 +0200 Subject: [PATCH] docs: be more specific about E2E suite specify that these instructions are for the E2E suite only --- packages/angular/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/README.md b/packages/angular/cli/README.md index 878c9845e8..b462efe7e5 100644 --- a/packages/angular/cli/README.md +++ b/packages/angular/cli/README.md @@ -181,7 +181,7 @@ You can also use `ng new foo --link-cli` to automatically link the `@angular/cli Please read the official [npm-link documentation](https://docs.npmjs.com/cli/link) and the [npm-link cheatsheet](http://browsenpm.org/help#linkinganynpmpackagelocally) for more information. -To run the Angular CLI test suite use the `node ./tests/legacy-cli/run_e2e` command. +To run the Angular CLI E2E test suite, use the `node ./tests/legacy-cli/run_e2e` command. It can also receive a filename to only run that test (e.g. `node ./tests/legacy-cli/run_e2e tests/legacy-cli/e2e/tests/build/dev-build.ts`). As part of the test procedure, all packages will be built and linked.