aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authorLeniel Macaferi2014-01-13 01:55:32 -0200
committerPawel Kozlowski2014-02-23 21:26:51 +0100
commit348a77145d5c82094885b95536476a1acb54c4f4 (patch)
tree2be325cd4189652f513ab4717668c46c9f57032d /docs/content/tutorial
parent24fe1632b05e38986b48e472f9022c8039596b4d (diff)
downloadangular.js-348a77145d5c82094885b95536476a1acb54c4f4.tar.bz2
docs(tutorial): referenced e2e-test.bat for Windows users in step 3
Closes #5755
Diffstat (limited to 'docs/content/tutorial')
-rw-r--r--docs/content/tutorial/step_03.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc
index 02069ebc..1203527d 100644
--- a/docs/content/tutorial/step_03.ngdoc
+++ b/docs/content/tutorial/step_03.ngdoc
@@ -125,9 +125,9 @@ To run the end-to-end test, open one of the following in a new browser tab:
* casual reader: http://angular.github.com/angular-phonecat/step-3/test/e2e/runner.html
Previously we've seen how Karma can be used to execute unit tests. Well, it can also run the
-end-to-end tests! Use `./scripts/e2e-test.sh` script for that. End-to-end tests are slow, so unlike
+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
with unit tests, Karma will exit after the test run and will not automatically rerun the test
-suite on every file change. To rerun the test suite, execute the `e2e-test.sh` script again.
+suite on every file change. To rerun the test suite, execute the `e2e-test.sh` or `e2e-test.bat` script again.
Note: You must ensure you've installed the karma-ng-scenario framework plugin prior to running the
`e2e-test.sh` script. You can do this by issuing `npm install` into your terminal.