@@ -189,7 +189,7 @@ it whenever you like.
189
189
### Running the Application during Development
190
190
191
191
- Run ` npm start ` .
192
- - Navigate your browser to [ http://localhost:8000/ ] ( http://localhost:8000/ ) to see the application
192
+ - Navigate your browser to [ http://localhost:8000/ ] ( http://localhost:8000/ ) to see the application
193
193
running.
194
194
195
195
### Unit Testing
@@ -213,12 +213,12 @@ _Running the Application during Development_ section, above.
213
213
- Serve the application with: ` npm start `
214
214
- In a separate terminal/command line window run the e2e tests: ` npm run protractor ` .
215
215
- Protractor will execute the e2e test scripts against the web application itself. The project is
216
- set up to run the tests on Chrome directly. If you want to run against other browsers, you must
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
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
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
222
` java -version ` from the command line.
223
223
224
224
If JDK is not already installed, you can download it [ here] [ jdk-download ] .
@@ -257,6 +257,7 @@ scripts/ --> handy scripts
257
257
bower.json --> Bower specific metadata, including client-side dependencies
258
258
karma.conf.js --> config file for running unit tests with Karma
259
259
package.json --> Node.js specific metadata, including development tools dependencies
260
+ package-lock.json --> Npm specific metadata, including versions of installed development tools dependencies
260
261
```
261
262
262
263
0 commit comments