diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 04a4d8b..59f7af2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,6 +30,15 @@ jobs: run: npx playwright install --with-deps - name: E2E tests (Playwright) - run: npm run test:e2e + run: npm run test:e2e -- --reporter=line env: CI: true + + - name: Upload Playwright report + if: always() + uses: actions/upload-artifact@v4 + with: + name: playwright-report + path: playwright-report + if-no-files-found: ignore + retention-days: 3