Skip to content

Commit

Permalink
docs(@angular/cli): update e2e long description
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and filipesilva committed Aug 2, 2021
1 parent e78f6ab commit a15875a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/angular/cli/commands/e2e-long.md
@@ -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).

0 comments on commit a15875a

Please sign in to comment.