@@ -175,7 +175,12 @@ npm run protractor
175
175
This script will execute the end-to-end tests against the application being hosted on the
176
176
development server.
177
177
178
- Note that protractor uses selenium which is written in Java, so you need to have the latest JDK installed on your system.
178
+ ** Note:**
179
+ Under the hood, Protractor uses the [ Selenium Stadalone Server] [ selenium ] , which in turn requires
180
+ the [ Java Development Kit (JDK)] [ jdk ] to be installed on your local machine. Check this by running
181
+ ` java -version ` from the command line.
182
+
183
+ If JDK is not already installed, you can download it [ here] [ jdk-download ] .
179
184
180
185
181
186
## Updating Angular
@@ -288,12 +293,15 @@ along with a CI service (in Jenkins) hosted that will run unit and end to end te
288
293
289
294
For more information on AngularJS please check out http://angularjs.org/
290
295
291
- [ git ] : http://git-scm.com/
292
296
[ bower ] : http://bower.io
297
+ [ git ] : http://git-scm.com/
298
+ [ http-server ] : https://github.com/nodeapps/http-server
299
+ [ jasmine ] : https://jasmine.github.io
300
+ [ jdk ] : https://en.wikipedia.org/wiki/Java_Development_Kit
301
+ [ jdk-download ] : http://www.oracle.com/technetwork/java/javase/downloads/index.html
302
+ [ karma ] : https://karma-runner.github.io
303
+ [ node ] : https://nodejs.org
293
304
[ npm ] : https://www.npmjs.org/
294
- [ node ] : http://nodejs.org
295
305
[ protractor ] : https://github.com/angular/protractor
296
- [ jasmine ] : http://jasmine.github.io
297
- [ karma ] : http://karma-runner.github.io
306
+ [ selenium ] : http://docs.seleniumhq.org/
298
307
[ travis ] : https://travis-ci.org/
299
- [ http-server ] : https://github.com/nodeapps/http-server
0 commit comments