We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1016c85 commit 6a10e8cCopy full SHA for 6a10e8c
packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js
@@ -14,7 +14,7 @@ module.exports = deepmerge({
14
host: '127.0.0.1',
15
port: 4444,
16
cli_args: {
17
- 'webdriver.chrome.driver': require('chromedriver').path
+ 'webdriver.chrome.driver': process.env.APPVEYOR ? '' : require('chromedriver').path
18
}
19
},
20
0 commit comments