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.
1 parent 15679de commit 55ba291Copy full SHA for 55ba291
packages/@vue/cli-plugin-e2e-cypress/index.js
@@ -14,7 +14,6 @@ module.exports = (api, options) => {
14
`All Cypress CLI options are also supported:\n` +
15
chalk.yellow(`https://docs.cypress.io/guides/guides/command-line.html#cypress-run`)
16
}, async (args, rawArgs) => {
17
- removeArg(rawArgs, 'headless', 0)
18
removeArg(rawArgs, 'mode')
19
removeArg(rawArgs, 'url')
20
removeArg(rawArgs, 'config')
0 commit comments