Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/angular/cli/commands/e2e-long.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Must be executed from within a workspace directory.
When a project name is not supplied, the configured default e2e project of the workspace is used.
2 changes: 1 addition & 1 deletion packages/angular/cli/commands/e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/schema",
"$id": "ng-cli://commands/e2e.json",
"description": "Builds and serves an Angular app, and runs end-to-end tests using Protractor.",
"$longDescription": "Must be executed from within a workspace directory.\n When a project name is not supplied, the configured default e2e project of the workspace is used.",
"$longDescription": "./e2e-long.md",

"$aliases": [ "e" ],
"$scope": "in",
Expand Down