@@ -21,7 +21,7 @@ The full tutorial can be found at https://docs.angularjs.org/tutorial.
21
21
22
22
### Node.js and Tools
23
23
24
- - Get [ Node.js] [ node-download ] .
24
+ - Get [ Node.js] [ node ] .
25
25
- Install the tool dependencies: ` npm install `
26
26
27
27
@@ -190,7 +190,7 @@ it whenever you like.
190
190
191
191
- Run ` npm start ` .
192
192
- Navigate your browser to [ http://localhost:8000/ ] ( http://localhost:8000/ ) to see the application
193
- - running.
193
+ running.
194
194
195
195
### Unit Testing
196
196
@@ -216,6 +216,13 @@ _Running the Application during Development_ section, above.
216
216
set up to run the tests on Chrome directly. If you want to run against other browsers, you must
217
217
modify the configuration at ` e2e-tests/protractor-conf.js ` .
218
218
219
+ ** Note:**
220
+ Under the hood, Protractor uses the [ Selenium Standalone Server] [ selenium ] , which in turn requires
221
+ the [ Java Development Kit (JDK)] [ jdk ] to be installed on your local machine. Check this by running
222
+ ` java -version ` from the command line.
223
+
224
+ If JDK is not already installed, you can download it [ here] [ jdk-download ] .
225
+
219
226
220
227
## Application Directory Layout
221
228
@@ -260,10 +267,13 @@ For more information on AngularJS, please check out https://angularjs.org/.
260
267
261
268
[ angular-seed ] : https://github.com/angular/angular-seed
262
269
[ bower ] : http://bower.io/
263
- [ git-home ] : https://git-scm.com
264
- [ git-setup ] : https://help.github.com/articles/set-up-git/
265
- [ google-phone-gallery ] : http://web.archive.org/web/20131215082038/http://www.android.com/devices/
270
+ [ git-home ] : https://git-scm.com/
271
+ [ git-setup ] : https://help.github.com/articles/set-up-git
272
+ [ google-phone-gallery ] : http://web.archive.org/web/20131215082038/http://www.android.com/devices
266
273
[ jasmine ] : https://jasmine.github.io/
267
- [ karma ] : https://karma-runner.github.io
268
- [ node-download ] : https://nodejs.org/en/download/
274
+ [ jdk ] : https://wikipedia.org/wiki/Java_Development_Kit
275
+ [ jdk-download ] : http://www.oracle.com/technetwork/java/javase/downloads
276
+ [ karma ] : https://karma-runner.github.io/
277
+ [ node ] : https://nodejs.org/
269
278
[ protractor ] : http://www.protractortest.org/
279
+ [ selenium ] : http://docs.seleniumhq.org/
0 commit comments