revert: browser chromium package.json

This commit is contained in:
Javier Segarra 2025-03-01 09:46:02 +01:00
parent e97c499e39
commit 1e9158b723
1 changed files with 2 additions and 2 deletions

View File

@ -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 --browser chromium",
"test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run --browser chromium",
"test:e2e": "cypress open",
"test:e2e:ci": "npm run resetDatabase && cd ../salix-front && cypress run",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:front": "vitest",
"test:front:ci": "vitest run",