Skip to content

Commit 55ba291

Browse files
committed
fix(e2e-cypress): make —headless work with —browser chrome
fix #5103
1 parent 15679de commit 55ba291

File tree

1 file changed

+0
-1
lines changed
  • packages/@vue/cli-plugin-e2e-cypress

1 file changed

+0
-1
lines changed

packages/@vue/cli-plugin-e2e-cypress/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = (api, options) => {
1414
`All Cypress CLI options are also supported:\n` +
1515
chalk.yellow(`https://docs.cypress.io/guides/guides/command-line.html#cypress-run`)
1616
}, async (args, rawArgs) => {
17-
removeArg(rawArgs, 'headless', 0)
1817
removeArg(rawArgs, 'mode')
1918
removeArg(rawArgs, 'url')
2019
removeArg(rawArgs, 'config')

0 commit comments

Comments
 (0)