Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f5aee commit 37117abCopy full SHA for 37117ab
docs/content/tutorial/step_03.ngdoc
@@ -128,7 +128,9 @@ will exit after the test run and will not automatically rerun the test suite on
128
To rerun the test suite, execute `npm run protractor` again.
129
130
<div class="alert alert-info">
131
- Note: You must ensure you've installed the protractor and updated webdriver prior to running the
+ 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
134
`npm run protractor`. You can do this by issuing `npm install` and `npm run update-webdriver` into
135
your terminal.
136
</div>
0 commit comments