We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ff792 commit eea2d82Copy full SHA for eea2d82
test/e2e/runner.js
@@ -10,7 +10,7 @@ if (args.indexOf('--config') === -1) {
10
args = args.concat(['--config', 'test/e2e/nightwatch.config.js'])
11
}
12
if (args.indexOf('--env') === -1) {
13
- args = args.concat(['--env', process.env.CIRCLECI ? 'phantomjs' : 'chrome'])
+ args = args.concat(['--env', 'phantomjs'])
14
15
var i = args.indexOf('--test')
16
if (i > -1) {
0 commit comments