mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-23 15:49:08 -06:00
ci: use system chromedriver on appveyor
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = deepmerge({
|
||||
host: '127.0.0.1',
|
||||
port: 4444,
|
||||
cli_args: {
|
||||
'webdriver.chrome.driver': require('chromedriver').path
|
||||
'webdriver.chrome.driver': process.env.APPVEYOR ? '' : require('chromedriver').path
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user