Skip to content

Commit

Permalink
Update runner.js (vuejs-templates#1235)
Browse files Browse the repository at this point in the history
Add correct file reference
  • Loading branch information
benunternaehrer authored and LinusBorg committed Jan 10, 2018
1 parent 111dc0d commit 4cbca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/test/e2e/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ devConfigPromise.then(devConfig => {
.then(() => {
// 2. run the nightwatch test suite against it
// to run in additional browsers:
// 1. add an entry in test/e2e/nightwatch.conf.json under "test_settings"
// 1. add an entry in test/e2e/nightwatch.conf.js under "test_settings"
// 2. add it to the --env flag below
// or override the environment flag, for example: `npm run e2e -- --env chrome,firefox`
// For more information on Nightwatch's config file, see
Expand Down

0 comments on commit 4cbca09

Please sign in to comment.