.github/workflows/playwright: add action for tests against stage

Adds an action which runs the playwright tests against the local stage
development setup.
This commit is contained in:
Sanne Raymaekers 2025-03-05 13:11:26 +01:00 committed by Klara Simickova
parent 978a37f54a
commit a6ca98ee30
2 changed files with 69 additions and 0 deletions

View file

@ -103,6 +103,7 @@
"start:prod": "fec dev --clouddotEnv=prod",
"start:msw:stage": "NODE_ENV=development MSW=TRUE fec dev --clouddotEnv=stage",
"start:federated": "fec static",
"patch:hosts": "fec patch-etc-hosts",
"test": "TZ=UTC vitest run",
"test:watch": "TZ=UTC vitest",
"test:coverage": "TZ=UTC vitest run --coverage",