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

This commit is contained in:
zrh122 2019-04-25 10:35:16 +08:00 committed by Evan You
parent 43b98fe251
commit bd6cea0973
1 changed files with 2 additions and 1 deletions

View File

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