Skip to content

Commit a5197e8

Browse files
authored
Update main-cloud.yml
1 parent 94607c5 commit a5197e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main-cloud.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
name: test-results-${{ matrix.node-version }}
3333
path: xray-report.xml
34+
- run: |
35+
npx playwright test
3436
- name: "Import results to Xray"
3537
id: xray
3638
uses: mikepenz/[email protected]
@@ -46,7 +48,10 @@ jobs:
4648
testEnvironments: "NODE_${{ matrix.node-version }}"
4749
- run: |
4850
echo "https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}}
49-
51+
- name: add link to Test Execution
52+
run: |
53+
echo "| Test Execution | https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}} | " >> $GITHUB_STEP_SUMMARY
54+
echo "| link | [click here](https://xraytutorials.atlassian.net/browse/"${{steps.xray.outputs.testExecKey}}) | " >> $GITHUB_STEP_SUMMARY
5055
#- name: Authenticate with Xray
5156
# run: |
5257
# cat cloud_auth.json.sample | sed s/CLIENT_ID/${{ secrets.XRAYCLOUD_CLIENT_ID }}/g | sed s/CLIENT_SECRET/${{ secrets.XRAYCLOUD_CLIENT_SECRET }}/g > cloud_auth.json

0 commit comments

Comments
 (0)