Skip to content

Commit

Permalink
e2e: use firefox as headless browser
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault authored and maximeperraultdev committed Oct 23, 2024
1 parent 741d70c commit ad669c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "import-meta-env-prepare -x .env.frontend.example -p ../.env.dev.defaults && vite --port 3000",
"prepare": "cd .. && ./frontend/node_modules/.bin/husky ./frontend/config/husky",
"start": "vite preview --port 3000",
"test:e2e": "cypress run --browser firefox --config-file ./config/cypress.config.ts --e2e --browser chromium",
"test:e2e": "cypress run --browser firefox --config-file ./config/cypress.config.ts --e2e",
"test:e2e:open": "cypress open --browser firefox --config-file ./config/cypress.config.ts --e2e",
"test:lint": "eslint ./src",
"test:lint:fix": "npm run test:lint -- --fix",
Expand Down

0 comments on commit ad669c1

Please sign in to comment.