File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
name : test-results-${{ matrix.node-version }}
33
33
path : xray-report.xml
34
+ - run : |
35
+ npx playwright test
34
36
- name : " Import results to Xray"
35
37
id : xray
36
38
46
48
testEnvironments : " NODE_${{ matrix.node-version }}"
47
49
- run : |
48
50
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
50
55
# - name: Authenticate with Xray
51
56
# run: |
52
57
# 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
You can’t perform that action at this time.
0 commit comments