CI: add build report to job summary#2723
Conversation
|
🙈 The PR is closed and the preview is expired. |
Parse Surefire XML reports and write a markdown results table to the GitHub Actions job summary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8295a7b to
3e42a6e
Compare
| env: | ||
| PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS: 1 | ||
|
|
||
| - name: Test report |
There was a problem hiding this comment.
Can we use the https://github.com/quarkusio/action-build-reporter instead?
There was a problem hiding this comment.
I think I tried that and it didn't work very well because I wanted each test and it gave me a overview and the output from the jobs wasn't formatted right. But I wasn't thrilled with the big blob of shell script and I agree it would be nice to do so, so I'll try again to confirm it's not what we need.
There was a problem hiding this comment.
action-build-reporter should work. But we can merge this and improve later given it will make things a bit better already.
| env: | ||
| PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS: 1 | ||
|
|
||
| - name: Test report |
There was a problem hiding this comment.
action-build-reporter should work. But we can merge this and improve later given it will make things a bit better already.

Now that we have tests, it's nice to get a summary of them in the CI status. I used the quarkusio/action-build-reporter to parse the Surefire XML test results and render them.