From 55ba291d3aac3fb98820570ed9f26afaae5b22d7 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 24 Jan 2020 21:39:30 +0100 Subject: [PATCH] =?UTF-8?q?fix(e2e-cypress):=20make=20=E2=80=94headless=20?= =?UTF-8?q?work=20with=20=E2=80=94browser=20chrome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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')