Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

reportunit/reportunit

Repository files navigation

Important

ReportUnit is not maintained and will be replaced by extentreports-dotnet-cli. The new CLI allows integration with the Extent Framework which has a host of existing reporters which are actively maintained along with the framework's report server Klov.

A sample created by the extent cli: Sample.


Build Status FOSSA Status

ReportUnit

ReportUnit is a report generator for the test-runner family. It uses stock reports from NUnit, MSTest and Gallio and converts them into attractive HTML reports with dashboards.

Samples:

Download Exe

Download using this link.

Usage: Building Folder-Level Summary

You can either generate a report for all files in a folder, or simply convert a given file. Both methods are shown below.

To build a summary for all supported test runner files, simply open cmd.exe and point to the folder where the XML files are stored:

reportunit [input-folder-path]
reportunit [input-folder-path] [output-folder-path]
// all files will be created in the current folder
reportunit .

// all files will be created in the my-folder
reportunit "c:\my-folder"

// files will be created in output-folder
reportunit "c:\my-folder" "c:\output-folder

Usage: Building TestSuite-Level Summary

To build report from any NUnit TestResult XML file, point to the input file and also specify the name of the output file:

reportunit [input-file]
reportunit [input-file] [output-file]
reportunit "C:\my-folder\result.xml"
reportunit "C:\my-folder\result.xml" reportunit "C:\output-folder\report.html"

Snapshots

Folder

File

License

FOSSA Status