We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111dc0d commit 4cbca09Copy full SHA for 4cbca09
template/test/e2e/runner.js
@@ -20,7 +20,7 @@ devConfigPromise.then(devConfig => {
20
.then(() => {
21
// 2. run the nightwatch test suite against it
22
// to run in additional browsers:
23
- // 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"
24
// 2. add it to the --env flag below
25
// or override the environment flag, for example: `npm run e2e -- --env chrome,firefox`
26
// For more information on Nightwatch's config file, see
0 commit comments