Skip to content

Commit c852bcf

Browse files
committed
http test results github
1 parent f71729c commit c852bcf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,21 @@ jobs:
5959
npm run test:servers
6060
env:
6161
CABLES_USER_APIKEY: ${{ secrets.cables_user_apikey }}
62+
- name: Publish Export Tests Summary Results
63+
uses: ctrf-io/github-test-reporter@v1
64+
with:
65+
report-path: './cables_api/ctrf/*.json'
66+
github-report: true
67+
summary-delta-report: true
68+
insights-report: true
69+
flaky-rate-report: true
70+
fail-rate-report: true
71+
slowest-report: true
72+
upload-artifact: true
73+
suite-folded-report: true
74+
env:
75+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76+
if: always()
6277
- name: checkout electron for exe export
6378
uses: actions/checkout@v4
6479
with:

0 commit comments

Comments
 (0)