Skip to content

Commit

Permalink
fix(test): set time zone for cypress
Browse files Browse the repository at this point in the history
- set time zone to `Europe/Berlin` for cypress tests
  • Loading branch information
cgawron committed Oct 4, 2024
1 parent 79c4584 commit f4f63f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"start": "vite",
"build": "vite build",
"test": "npx cypress run --spec cypress/integration/**/*.spec.js --record",
"cy:ci": "cypress run --headless --e2e",
"cy:ci": "TZ=Europe/Berlin cypress run --headless --e2e",
"ci": "start-server-and-test start http://localhost:5173/meeting cy:ci"
},
"eslintConfig": {
Expand Down

0 comments on commit f4f63f6

Please sign in to comment.