We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b105d commit bc534aeCopy full SHA for bc534ae
.github/workflows/main.yml
@@ -59,9 +59,15 @@ jobs:
59
path: reports/junit-report.xml
60
reporter: java-junit
61
62
- - name: Publish Test Summary Results
+ # - name: Publish Test Summary Results
63
+ # if: always()
64
+ # run: npx github-actions-ctrf test-results/cucumber-report.json
65
+ - name: Publish Test Report
66
if: always()
- run: npx github-actions-ctrf test-results/cucumber-report.json
67
+ uses: ctrf-io/github-test-reporter@v1
68
+ with:
69
+ report-path: 'test-results/cucumber-report.json'
70
+
71
- uses: actions/upload-artifact@v4
72
if: ${{ !cancelled() }}
73
with:
0 commit comments