feature/IO-3181-Test-Framework-Selection - Skeletons complete

This commit is contained in:
Dave Richer
2025-03-26 16:51:53 -04:00
parent 624894621b
commit 67b6da7c31
2 changed files with 17 additions and 0 deletions

11
client/.gitignore vendored
View File

@@ -1,3 +1,14 @@
# Vitest
vitest-report*/ # Test report directories (e.g., vitest-report-html)
vitest-coverage/ # Coverage reports
*.vitest.log # Vitest log files
test-output.txt # Custom test output files (if used)
# Playwright
playwright-report/ # Playwright test reports
test-results/ # Playwright test results (screenshots, videos, etc.)
playwright/.cache/ # Playwright cache for browser binaries
*.playwright.log # Playwright log files
# Sentry Config File
.sentryclirc