ci(gitea): verbose E2E + upload Playwright report artifact
This commit is contained in:
+10
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user