feature/IO-3181-Test-Framework-Selection - Skeletons complete
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -123,7 +123,8 @@ logs/oAuthClient-log.log
|
||||
.idea
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
16
client/.gitignore
vendored
16
client/.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user