Skip to content

Commit

Permalink
test: fix running e2e test on windows (#9909)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrh122 authored and yyx990803 committed Apr 25, 2019
1 parent 43b98fe commit bd6cea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/nightwatch.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ module.exports = {
'desiredCapabilities': {
'browserName': 'phantomjs',
'javascriptEnabled': true,
'acceptSslCerts': true
'acceptSslCerts': true,
'phantomjs.binary.path': require('phantomjs-prebuilt').path
}
}
}
Expand Down

0 comments on commit bd6cea0

Please sign in to comment.