Skip to content

Commit ed76c37

Browse files
zrh122Lostlover
authored andcommitted
test: fix running e2e test on windows (vuejs#9909)
1 parent d611b3a commit ed76c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/nightwatch.config.js

Lines changed: 2 additions & 1 deletion
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)