feature/IO-3181-Test-Framework-Selection - Skeletons complete
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -121,3 +121,9 @@ logs/oAuthClient-log.log
|
|||||||
/*.env.*
|
/*.env.*
|
||||||
.idea/*
|
.idea/*
|
||||||
.idea
|
.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)
|
||||||
|
|||||||
11
client/.gitignore
vendored
11
client/.gitignore
vendored
@@ -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
|
# Sentry Config File
|
||||||
.sentryclirc
|
.sentryclirc
|
||||||
|
|||||||
Reference in New Issue
Block a user