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

This commit is contained in:
Dave Richer
2025-03-26 16:54:05 -04:00
parent 146bb6c5c0
commit 549cb56cdf
2 changed files with 13 additions and 12 deletions

16
client/.gitignore vendored
View File

@@ -1,14 +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)
vitest-report*/
vitest-coverage/
*.vitest.log
test-output.txt
# 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
playwright-report/
test-results/
playwright/.cache/
*.playwright.log
# Sentry Config File
.sentryclirc