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

Commit 37117ab

Browse files
TheMrStevepetebacondarwin
authored andcommitted
docs(tutorial/step-3): note that the server needs to be running before running Protractor
Closes #7142
1 parent 11f5aee commit 37117ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/tutorial/step_03.ngdoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ will exit after the test run and will not automatically rerun the test suite on
128128
To rerun the test suite, execute `npm run protractor` again.
129129

130130
<div class="alert alert-info">
131-
Note: You must ensure you've installed the protractor and updated webdriver prior to running the
131+
Note: You must ensure your application is being served via a web-server to test with protractor.
132+
You can do this using `npm start`.
133+
You also need to ensure you've installed the protractor and updated webdriver prior to running the
132134
`npm run protractor`. You can do this by issuing `npm install` and `npm run update-webdriver` into
133135
your terminal.
134136
</div>

0 commit comments

Comments
 (0)