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
+7 -1
View File
@@ -20,7 +20,13 @@ export default tseslint.config(
languageOptions: {
parser: tsParser,
parserOptions: {
projectService: true,
projectService: {
allowDefaultProject: [
'apps/web/e2e/*.ts',
'apps/web/e2e/helpers/*.ts',
'apps/web/playwright.config.ts',
],
},
},
},
rules: {