ci(gitea): verbose E2E + upload Playwright report artifact

This commit is contained in:
2025-11-14 17:42:13 +09:00
parent dc92126ffd
commit 4ad1c9fcc0
+10 -1
View File
@@ -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