How to convert NUnit output into an HTML report

前端 未结 6 1933
谎友^
谎友^ 2020-12-07 16:58

Does anyone have any suggestions for a good tool, xslt or other that can produce an HTML report from the XML output of NUnit?

We\'re currently using NUnit 2.5.5 to r

6条回答
  •  自闭症患者
    2020-12-07 17:41

    This looks decent, works with NUnit3, is free and actively maintained as of Sept 2017: https://ghpreporter.github.io/

    Github: https://github.com/GHPReporter/Ghpr.Core

    Sample Report: http://ghpreporter.github.io/report/?currentTab=runs-stats

提交回复
热议问题