We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18775a commit 821477aCopy full SHA for 821477a
1 file changed
.github/workflows/e2e_tests.yml
@@ -51,6 +51,7 @@ jobs:
51
run: npm run test:e2e
52
53
- name: Upload Playwright Report and Screenshots
54
+ id: upload-playwright-artifact
55
uses: actions/upload-artifact@v7
56
if: steps.playwright-tests.conclusion != 'skipped'
57
with:
@@ -74,5 +75,5 @@ jobs:
74
75
**Test Environment:** Ubuntu Latest, Node.js ${{ steps.setup_node.outputs.node-version }}
76
**Browsers:** Chromium, Firefox
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)
79
test-command: "npm run test:e2e"
0 commit comments