test(app): fix e2e

This commit is contained in:
Adam
2026-01-20 13:53:55 -06:00
parent beda371246
commit cf4be203f4
4 changed files with 145 additions and 17 deletions
+1
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"
},