From f2aee88497e44f90c93202ec082044e500bb4ede Mon Sep 17 00:00:00 2001 From: Roi Carrera Date: Thu, 26 Sep 2024 10:55:46 +0200 Subject: [PATCH] run cypress with edge --- e2e-cypress/files/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-cypress/files/package.json b/e2e-cypress/files/package.json index 37af0e83c..ddfbceeef 100644 --- a/e2e-cypress/files/package.json +++ b/e2e-cypress/files/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "npm run cypress:open", "cypress:open": "cypress open", - "cypress:run": "cypress run --browser=chrome", + "cypress:run": "cypress run --browser=edge", "cypress:run-installation": "npm run cypress:run -- --config-file cypress-installation.config.ts", "cypress:run-integration": "npm run cypress:run -- --config-file cypress-integration.config.ts", "cypress:run-acceptance": "npm run cypress:run -- --config-file cypress-acceptance.config.ts",