feat: add testing infrastructure — Vitest, Playwright, CI, git hooks
Add comprehensive testing covering 420 unit/handler tests across 24 Vitest files, 9 Playwright E2E specs, accessibility scans, and visual regression. Includes GitHub Actions CI, Husky pre-push hook, and TESTING.md docs.
This commit is contained in:
parent
036af95e00
commit
1e30ba23cd
35 changed files with 3637 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -25,3 +25,7 @@ logs
|
|||
.env.*
|
||||
!.env.example
|
||||
scripts/*.js
|
||||
|
||||
# Playwright
|
||||
e2e/test-results/
|
||||
playwright-report/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue