Skip to content

Commit d3784bb

Browse files
committed
fix: pass --headless flag on
when calling `cypress run` fix #5103
1 parent 15679de commit d3784bb

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)