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

9
.gitignore vendored
View File

@@ -123,7 +123,8 @@ logs/oAuthClient-log.log
.idea .idea
# Vitest # Vitest
vitest-report*/ # Test report directories (e.g., vitest-report-html) vitest-report*/
vitest-coverage/ # Coverage reports vitest-coverage/
*.vitest.log # Vitest log files *.vitest.log
test-output.txt # Custom test output files (if used) test-output.txt

16
client/.gitignore vendored
View File

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