We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe745e commit 9e14146Copy full SHA for 9e14146
test/e2e/runner.js
@@ -12,7 +12,7 @@ if (args.indexOf('--config') === -1) {
12
args = args.concat(['--config', 'build/nightwatch.config.js'])
13
}
14
if (args.indexOf('--env') === -1) {
15
- args = args.concat(['--env', 'chrome,firefox,phantomjs'])
+ args = args.concat(['--env', 'chrome,phantomjs'])
16
17
var i = args.indexOf('--test')
18
if (i > -1) {
0 commit comments