Skip to content

Commit

Permalink
fix: pass --headless flag on
Browse files Browse the repository at this point in the history
when calling `cypress run`

fix #5103
  • Loading branch information
LinusBorg committed Jan 24, 2020
1 parent 15679de commit d3784bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vue/cli-plugin-e2e-cypress/index.js
Expand Up @@ -14,7 +14,6 @@ module.exports = (api, options) => {
`All Cypress CLI options are also supported:\n` +
chalk.yellow(`https://docs.cypress.io/guides/guides/command-line.html#cypress-run`)
}, async (args, rawArgs) => {
removeArg(rawArgs, 'headless', 0)
removeArg(rawArgs, 'mode')
removeArg(rawArgs, 'url')
removeArg(rawArgs, 'config')
Expand Down

0 comments on commit d3784bb

Please sign in to comment.