mirror of https://github.com/vuejs/vue.git
test: fix running e2e test on windows (#9909)
This commit is contained in:
parent
43b98fe251
commit
bd6cea0973
|
|
@ -50,7 +50,8 @@ module.exports = {
|
|||
'desiredCapabilities': {
|
||||
'browserName': 'phantomjs',
|
||||
'javascriptEnabled': true,
|
||||
'acceptSslCerts': true
|
||||
'acceptSslCerts': true,
|
||||
'phantomjs.binary.path': require('phantomjs-prebuilt').path
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue