We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c747fe8 commit 94a35d0Copy full SHA for 94a35d0
.github/workflows/e2e_tests.yml
@@ -59,8 +59,9 @@ jobs:
59
60
- name: Publish Playwright Test Summary
61
uses: daun/playwright-report-summary@v3
62
- if: always() && github.event.pull_request.head.repo.full_name == github.repository
+ if: always()
63
with:
64
+ create-comment: github.event.pull_request.head.repo.full_name == github.repository
65
report-file: client/results.json
66
comment-title: "🎭 Playwright E2E Test Results"
67
job-summary: true
0 commit comments