File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,12 @@ jobs:
75
75
cache-dependency-path : ' **/pnpm-lock.yaml'
76
76
- run : pnpm install --offline
77
77
- run : pnpm test
78
- - name : Test summary
78
+ - name : Generate test summary
79
79
if : always()
80
80
uses : ctrf-io/github-test-reporter@v1
81
81
with :
82
82
report-path : " **/test-reports/junit.xml"
83
83
github-report : true
84
- suite-folded-report : true
85
84
integrations-config : |
86
85
{
87
86
"junit-to-ctrf": {
Original file line number Diff line number Diff line change @@ -100,6 +100,28 @@ jobs:
100
100
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
101
101
pnpm run desktop
102
102
103
+ - name : Generate test summary
104
+ if : always()
105
+ uses : ctrf-io/github-test-reporter@v1
106
+ with :
107
+ report-path : " **/test-reports/junit.xml"
108
+ github-report : true
109
+ integrations-config : |
110
+ {
111
+ "junit-to-ctrf": {
112
+ "enabled": true,
113
+ "action": "convert",
114
+ "options": {
115
+ "output": "./ctrf-reports/ctrf-report.json",
116
+ "toolname": "junit-to-ctrf",
117
+ "useSuiteName": false,
118
+ "env": {
119
+ "appName": "my-app"
120
+ }
121
+ }
122
+ }
123
+ }
124
+
103
125
- name : Upload Playwright report
104
126
if : ${{ failure() }}
105
127
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
You can’t perform that action at this time.
0 commit comments