Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed May 16, 2015
1 parent a47b8f5 commit 30fb021
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ cd ./app; live-server;
```
> Note: since `live-server` is working on port 8080, we configure the `protractor.conf.js` to use
`baseUrl: 'http:https://localhost:8080'`

2. In another tab, start a Webdriver instance:
```console
webdriver-manager start
Expand All @@ -137,7 +136,6 @@ webdriver-manager start
will send requests to this server to control a local browser. You can see information about the
status of the server at `http:https://localhost:4444/wd/hub`. If you see errors, verify path in
`e2e-tests/protractor.conf.js` for `chromeDriver` and `seleniumServerJar` to your local file system.

3. Run your e2e tests using the `test` script defined in `package.json`:
```console
npm test
Expand Down

0 comments on commit 30fb021

Please sign in to comment.