test(app): fix e2e

This commit is contained in:
Adam
2026-01-20 13:53:55 -06:00
parent 1466b43c5c
commit 95e9407e63
4 changed files with 145 additions and 17 deletions

View File

@@ -15,6 +15,7 @@
"serve": "vite preview",
"test": "playwright test",
"test:e2e": "playwright test",
"test:e2e:local": "bun script/e2e-local.ts",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report e2e/playwright-report"
},