QA-1: Playwright e2e harness - config (phone 390px + desktop projects, mock/live via E2E_BASE_URL), npm run e2e, vitest excludes e2e/

This commit is contained in:
2026-06-06 07:16:43 +02:00
parent c9723d2fc8
commit 8d7999c4a5
4 changed files with 69 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"e2e": "playwright test"
},
"dependencies": {
"jszip": "^3.10.1",