Skip to content

Commit e8b503d

Browse files
committed
Publish Playwright HTML Report
1 parent e74989d commit e8b503d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,11 @@ jobs:
6161
client/playwright-report/
6262
client/test-results/
6363
retention-days: 30
64+
65+
- name: Publish Playwright HTML Report
66+
uses: daun/playwright-report-summary@v3
67+
if: always()
68+
with:
69+
report-file: client/playwright-report/index.html
70+
report-tag: ${{ github.run_number }}
71+
job-summary: true

0 commit comments

Comments
 (0)