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

Commit 92f2496

Browse files
committed
docs(README.md): add links for Selenium and JDK
1 parent bb42d55 commit 92f2496

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,12 @@ npm run protractor
175175
This script will execute the end-to-end tests against the application being hosted on the
176176
development 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

289294
For 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

Comments
 (0)