From c3b9a4f719ca6c6b58e1952d05d0613b21b2342a Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Sat, 1 Mar 2025 02:23:47 +0100 Subject: [PATCH] feat: add --browser chromium --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e78b0cf3c..fc7f9c15d 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "resetDatabase": "cd ../salix && gulp docker", "lint": "eslint --ext .js,.vue ./", "format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore", - "test:e2e": "cypress open", - "test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run", + "test:e2e": "cypress open --browser chromium", + "test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run --browser chromium", "test": "echo \"See package.json => scripts for available tests.\" && exit 0", "test:unit": "vitest", "test:unit:ci": "vitest run",