Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phogel committed Jun 4, 2018
1 parent 495c149 commit b2591bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ The `-e` parameter should contain the id of the test setting to launch with. In
#### Browserstack dev tests

You can run the tests on your local http://localhost:8080/ in different browsers using BrowserStack.
To do this, download (BrowserStackLocal)[https://www.browserstack.com/local-testing], install and run the application. Create a build with `npm run build` and finally start the server with `npm start`. Finally, get your browserstack credentials and run (for chrome57):
To do this, download (BrowserStackLocal)[https://www.browserstack.com/local-testing], install and run the application. Create a build with `npm run build` and start the server with `npm start`. Finally, get your browserstack credentials and run (for chrome57):

$ ENV_USER=your-browserstack-user ENV_KEY=your-browserstack-key ./node_modules/.bin/nightwatch -c etc/nightwatch.localhost-remote.conf.js -e chrome57

Expand Down

0 comments on commit b2591bb

Please sign in to comment.