feat(web): Playwright E2E test suite for critical paths (#152)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-15 19:46:13 +00:00
committed by jason.woltje
parent 70e9f2c6bc
commit cb92ba16c1
13 changed files with 549 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"types": ["node"],
"noEmit": true
},
"include": ["e2e/**/*.ts", "playwright.config.ts"]
}