From d3784bb5907b5ac028eca088608f48a0e04cf92f Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 24 Jan 2020 21:39:30 +0100 Subject: [PATCH] fix: pass --headless flag on when calling `cypress run` fix #5103 --- packages/@vue/cli-plugin-e2e-cypress/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/@vue/cli-plugin-e2e-cypress/index.js b/packages/@vue/cli-plugin-e2e-cypress/index.js index 5553ef6552..f567262a36 100644 --- a/packages/@vue/cli-plugin-e2e-cypress/index.js +++ b/packages/@vue/cli-plugin-e2e-cypress/index.js @@ -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')