You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must be executed from within a workspace directory.
2
-
When a project name is not supplied, it will execute for all projects.
1
+
The command takes an optional project name, as specified in the `projects` section of the `angular.json` workspace configuration file.
2
+
When a project name is not supplied, executes the `e2e` builder for the default project.
3
+
4
+
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 commit comments