Browse Source

test: fix running e2e test on windows (#9909)

dev
zrh122 6 years ago
committed by Evan You
parent
commit
bd6cea0973
  1. 3
      test/e2e/nightwatch.config.js

3
test/e2e/nightwatch.config.js

@ -50,7 +50,8 @@ module.exports = {
'desiredCapabilities': {
'browserName': 'phantomjs',
'javascriptEnabled': true,
'acceptSslCerts': true
'acceptSslCerts': true,
'phantomjs.binary.path': require('phantomjs-prebuilt').path
}
}
}

Loading…
Cancel
Save