chore(test): Playwright für PWA-E2E-Tests aufgesetzt
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 1m33s
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 1m33s
@playwright/test + chromium als devDep. playwright.config.ts startet npm run preview (production build nötig für SW), baseURL localhost:4173, fullyParallel off (SW-Installations-Timing). Ein Smoke-Test smoke.spec.ts öffnet / und prüft den Titel. test-results/ und playwright-report/ in .gitignore ergänzt. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,3 +5,5 @@ data/
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
test-results/
|
||||
playwright-report/
|
||||
|
||||
Reference in New Issue
Block a user