Skip to content

Commit 74be728

Browse files
kyliaualan-agius4
authored andcommitted
docs(@schematics/angular): clarify that users need to install ng e2e builder
This commit adds a sentence to clarify that users need to install a `ng e2e` builder when invoking the command for the first time.
1 parent 4367c3a commit 74be728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
2020

2121
## Running end-to-end tests
2222

23-
Run `ng e2e` to execute the end-to-end tests via a platform of your choice.
23+
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
2424

2525
## Further help
2626

0 commit comments

Comments
 (0)