Skip to content

Commit bd6cea0

Browse files
zrh122yyx990803
authored andcommitted
test: fix running e2e test on windows (#9909)
1 parent 43b98fe commit bd6cea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: test/e2e/nightwatch.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ module.exports = {
5050
'desiredCapabilities': {
5151
'browserName': 'phantomjs',
5252
'javascriptEnabled': true,
53-
'acceptSslCerts': true
53+
'acceptSslCerts': true,
54+
'phantomjs.binary.path': require('phantomjs-prebuilt').path
5455
}
5556
}
5657
}

0 commit comments

Comments
 (0)