chore(test): catalog @playwright/test and wire e2e into turbo

- Promote @playwright/test to the workspace catalog
- Add test:e2e turbo task (uncached)
- Add root pnpm test:e2e script
- Vitest scopes to src/**/*.{test,spec} and excludes e2e/
This commit is contained in:
Offending Commit
2026-05-03 17:03:55 -05:00
parent 557fecf038
commit 34319db283
6 changed files with 15 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"typecheck": "turbo run typecheck",
"prepare": "husky"
},