Skip to content

Commit eea2d82

Browse files
committed
run e2e in phantom by default
1 parent 02ff792 commit eea2d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/runner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (args.indexOf('--config') === -1) {
1010
args = args.concat(['--config', 'test/e2e/nightwatch.config.js'])
1111
}
1212
if (args.indexOf('--env') === -1) {
13-
args = args.concat(['--env', process.env.CIRCLECI ? 'phantomjs' : 'chrome'])
13+
args = args.concat(['--env', 'phantomjs'])
1414
}
1515
var i = args.indexOf('--test')
1616
if (i > -1) {

0 commit comments

Comments
 (0)