Skip to content

Commit 821477a

Browse files
committed
fix(ci): link PR summary to Playwright artifact
1 parent f18775a commit 821477a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: npm run test:e2e
5252

5353
- name: Upload Playwright Report and Screenshots
54+
id: upload-playwright-artifact
5455
uses: actions/upload-artifact@v7
5556
if: steps.playwright-tests.conclusion != 'skipped'
5657
with:
@@ -74,5 +75,5 @@ jobs:
7475
**Test Environment:** Ubuntu Latest, Node.js ${{ steps.setup_node.outputs.node-version }}
7576
**Browsers:** Chromium, Firefox
7677
77-
📊 [View Detailed HTML Report](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) (download artifacts)
78+
📊 [View Detailed HTML Report](${{ steps.upload-playwright-artifact.outputs.artifact-url }}) (download artifacts)
7879
test-command: "npm run test:e2e"

0 commit comments

Comments
 (0)