-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(@angular/cli): update e2e long description
- Loading branch information
1 parent
e78f6ab
commit a15875a
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Must be executed from within a workspace directory. | ||
When a project name is not supplied, it will execute for all projects. | ||
The command takes an optional project name, as specified in the `projects` section of the `angular.json` workspace configuration file. | ||
When a project name is not supplied, executes the `e2e` builder for the default project. | ||
|
||
To use the `ng e2e` command, use `ng add` to add a package that implements end-to-end testing capabilities. Adding the package automatically updates your workspace configuration, adding an `e2e` [CLI builder](guide/cli-builder). |