Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 47dff0f

Browse files
kultepetebacondarwin
authored andcommitted
docs(tutorial/step_03): add info about karma-ng-scenario plug-in
The existing documentation for this step could have people find themselves unable to run the `e2e-test.sh` script. This note added regarding `karma-ng-scenario` will minimize their confusion and allow people to run the script. Closes #4033
1 parent 3589f17 commit 47dff0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/tutorial/step_03.ngdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ end-to-end tests! Use `./scripts/e2e-test.sh` script for that. End-to-end tests
127127
with unit tests, Karma will exit after the test run and will not automatically rerun the test
128128
suite on every file change. To rerun the test suite, execute the `e2e-test.sh` script again.
129129

130+
Note: You must ensure you've installed karma-ng-scenario prior to running the `e2e-test.sh` script.
131+
You can do this by issuing `npm install karma-ng-scenario` into your terminal.
132+
130133
This test verifies that the search box and the repeater are correctly wired together. Notice how
131134
easy it is to write end-to-end tests in Angular. Although this example is for a simple test, it
132135
really is that easy to set up any functional, readable, end-to-end test.

0 commit comments

Comments
 (0)