Add screenshot tests

This commit is contained in:
Przemek Więch
2026-05-08 20:24:28 +02:00
parent ac26e6c3cb
commit 29ae67427a
23 changed files with 456 additions and 17 deletions

View File

@@ -55,8 +55,15 @@ jobs:
run: npx playwright install chromium
- name: Run E2E Tests
env:
PLAYWRIGHT_HTML_REPORT: playwright-report/e2e
run: npm run test:e2e
- name: Run Visual Tests
env:
PLAYWRIGHT_HTML_REPORT: playwright-report/visual
run: npm run test:visual
- name: Upload Playwright report
if: always()
uses: actions/upload-artifact@v4