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
|
.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
16
client/.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user