We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-e
1 parent 3afdab0 commit 9aff29dCopy full SHA for 9aff29d
packages/@vue/cli-plugin-e2e-nightwatch/index.js
@@ -37,7 +37,7 @@ module.exports = (api, options) => {
37
rawArgs.push('--config', require.resolve('./nightwatch.config.js'))
38
}
39
40
- if (rawArgs.indexOf('--env') === -1) {
+ if (rawArgs.indexOf('--env') === -1 && rawArgs.indexOf('-e') === -1) {
41
rawArgs.push('--env', 'chrome')
42
43
0 commit comments