rework of the e2e test suites

This commit is contained in:
Codex Agent
2025-11-19 22:23:33 +01:00
parent 8d2075bdd2
commit 0127114e59
32 changed files with 1593 additions and 124 deletions

View File

@@ -10,7 +10,12 @@
"format:check": "prettier --check resources/",
"lint": "eslint . --fix",
"types": "tsc --noEmit",
"test:e2e": "playwright test",
"test:e2e": "npm run test:ui",
"test:ui": "playwright test",
"test:ui:purchase": "playwright test --project=purchase",
"test:ui:auth": "playwright test --project=auth",
"test:ui:admin": "playwright test --project=admin",
"test:ui:guest": "playwright test --project=guest",
"test:unit": "vitest run"
},
"devDependencies": {