feat(test): implementazione infrastruttura completa (Unit, Integration, E2E) con Vitest e Playwright

- Introduce Vitest per Unit e Integration Test.
- Introduce Playwright per End-to-End Test.
- Aggiuge documentazione dettagliata in tests/README.md.
- Aggiorna .gitignore per escludere i report di coverage
This commit is contained in:
2026-02-12 15:13:04 +01:00
parent 331ab0bbeb
commit 71119da727
12 changed files with 2579 additions and 13 deletions

10
.gitignore vendored
View File

@@ -25,3 +25,13 @@ dist-ssr
*.njsproj
*.sln
*.sw?
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
# Vitest
coverage/