Testing Framework 2 #18

Merged
an.di merged 9 commits from adilallo/enhancement/TestingFramework3 into main 2025-09-04 15:13:12 +00:00
3 changed files with 4 additions and 3 deletions
Showing only changes of commit dfb64a590d - Show all commits
+4 -3
View File
@@ -16,9 +16,6 @@
# Playwright # Playwright
/test-results/ /test-results/
/playwright-report/ /playwright-report/
# Visual regression snapshots (allow these)
!tests/e2e/visual-regression.spec.ts-snapshots/
!tests/e2e/visual-regression.spec.ts-snapshots/*.png
# Ignore other image files (but not visual regression snapshots) # Ignore other image files (but not visual regression snapshots)
*.png *.png
@@ -31,6 +28,10 @@
*.avi *.avi
*.mkv *.mkv
# Visual regression snapshots (allow these)
!tests/e2e/visual-regression.spec.ts-snapshots/
!tests/e2e/visual-regression.spec.ts-snapshots/*.png
# next.js # next.js
/.next/ /.next/
/out/ /out/
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB