@@ -175,7 +175,12 @@ npm run protractor
175175This script will execute the end-to-end tests against the application being hosted on the
176176development server.
177177
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 ] .
179184
180185
181186## Updating Angular
@@ -288,12 +293,15 @@ along with a CI service (in Jenkins) hosted that will run unit and end to end te
288293
289294For more information on AngularJS please check out http://angularjs.org/
290295
291- [ git ] : http://git-scm.com/
292296[ 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
293304[ npm ] : https://www.npmjs.org/
294- [ node ] : http://nodejs.org
295305[ 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/
298307[ travis ] : https://travis-ci.org/
299- [ http-server ] : https://github.com/nodeapps/http-server
0 commit comments