Skip to content

Commit 348a771

Browse files
lenielpkozlowski-opensource
authored andcommitted
docs(tutorial): referenced e2e-test.bat for Windows users in step 3
Closes angular#5755
1 parent 24fe163 commit 348a771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_03.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ To run the end-to-end test, open one of the following in a new browser tab:
125125
* casual reader: http://angular.github.com/angular-phonecat/step-3/test/e2e/runner.html
126126

127127
Previously we've seen how Karma can be used to execute unit tests. Well, it can also run the
128-
end-to-end tests! Use `./scripts/e2e-test.sh` script for that. End-to-end tests are slow, so unlike
128+
end-to-end tests! Use `./scripts/e2e-test.sh` (if you are on Windows, run `scripts\e2e-test.bat`) script for that. End-to-end tests are slow, so unlike
129129
with unit tests, Karma will exit after the test run and will not automatically rerun the test
130-
suite on every file change. To rerun the test suite, execute the `e2e-test.sh` script again.
130+
suite on every file change. To rerun the test suite, execute the `e2e-test.sh` or `e2e-test.bat` script again.
131131

132132
Note: You must ensure you've installed the karma-ng-scenario framework plugin prior to running the
133133
`e2e-test.sh` script. You can do this by issuing `npm install` into your terminal.

0 commit comments

Comments
 (0)