Commit a93c713a authored by Carlos Morales's avatar Carlos Morales Committed by Ward Bell

fix(readme) fix missing parameter in npm command

closes #80
parent 10aed7c5
...@@ -113,7 +113,7 @@ The `HTML-Reporter` is also wired in. That produces a prettier output; look for ...@@ -113,7 +113,7 @@ The `HTML-Reporter` is also wired in. That produces a prettier output; look for
### End-to-end (E2E) Tests ### End-to-end (E2E) Tests
**BEFORE RUNNING THE FIRST TEST** you must update the Selenium webdriver. Run `npm webdriver:update`. **BEFORE RUNNING THE FIRST TEST** you must update the Selenium webdriver. Run `npm run webdriver:update`.
E2E tests are usually at the project root, above the `app` folder. E2E tests are usually at the project root, above the `app` folder.
Their filenames must end in `e2e-spec.js`. Their filenames must end in `e2e-spec.js`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment