How to generate a user-friendly test overview from a GitHub Action, without using unverified Marketplace Actions?

799 views Asked by At

I have a GitHub Action that runs a C# xUnit test suite. From this test output I want to generate a user-friendly test report like the ones you can get on Jenkins or TeamCity.

There is an Action in the GitHub Actions Marketplace called Publish Unit Test Results. It looks like it does what we want, but I don't trust it, and even if I personally trusted it, my workplace has a policy to only allow those GitHub Marketplace Actions that have the "verified creator" badge.

Are there other tools I can use to help me with this, or will I have to write my own makeshift TRX parser?

Thanks in advance!

0

There are 0 answers