Skip to content

Commit 6a10e8c

Browse files
committed
ci: use system chromedriver on appveyor
1 parent 1016c85 commit 6a10e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = deepmerge({
1414
host: '127.0.0.1',
1515
port: 4444,
1616
cli_args: {
17-
'webdriver.chrome.driver': require('chromedriver').path
17+
'webdriver.chrome.driver': process.env.APPVEYOR ? '' : require('chromedriver').path
1818
}
1919
},
2020

0 commit comments

Comments
 (0)