.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:
parent
978a37f54a
commit
a6ca98ee30
2 changed files with 69 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue