8000 GitHub - PaladinStudiosBVs/nunit-html-action: Github Action to generate an HTML report from NUnit XML test results
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PaladinStudiosBVs/nunit-html-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUnit HTML Report

This Github Action generates a human-readable HTML report from NUnit XML test results.

Usage

- name: Generate HTML test report
  uses: rempelj/nunit-html-action@v1.0.1
  if: always()
  with:
    inputXmlPath: artifacts/results.xml
    outputHtmlPath: artifacts/results.html

License

The scripts and documentation in this project are released under the MIT License.

About

Github Action to generate an HTML report from NUnit XML test results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.7%
  • HTML 35.3%
0