dorny / test-reporter

Displays test results from popular testing frameworks directly in GitHub
MIT License
811 stars 205 forks source link

Support displaying test results in markdown using GitHub Actions Job Summaries #463

Closed ritchxu closed 3 months ago

ritchxu commented 4 months ago

This is essentially a duplicate of a standing PR https://github.com/dorny/test-reporter/pull/383, with one extra commit that addresses a comment https://github.com/dorny/test-reporter/pull/383#issuecomment-2118364674

Opt for not updating main directly based on this feedback https://github.com/dorny/test-reporter/pull/383#issuecomment-2118366349

jozefizso commented 3 months ago

Hi @ritchxu, thanks for making this PR. Overall, it looks good.

Could you fix the regression in the rendering of the test results?

ritchxu commented 3 months ago

Thanks for the feedback @jozefizso! Comments addressed and conflicts resolved ✅

jozefizso commented 3 months ago

Thanks for your contribution @ritchxu!