Skip to content

Commit a83d4d8

Browse files
zrh122kiku-jw
authored andcommitted
test: fix running e2e test on windows (vuejs#9909)
1 parent 642ea15 commit a83d4d8

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)