This Github Action generates a human-readable HTML report from NUnit XML test results.
- name: Generate HTML test report
uses: rempelj/nunit-html-action@v1.0.1
if: always()
with:
inputXmlPath: artifacts/results.xml
outputHtmlPath: artifacts/results.html
The scripts and documentation in this project are released under the MIT License.