Ghpr.Console
Console application to convert NUnit and MSTest test result files into Ghpr HTML Report
Install / Use
/learn @GHPReporter/Ghpr.ConsoleREADME
<p align="center">
<a href="https://ghpreporter.github.io/"><img src="https://github.com/GHPReporter/GHPReporter.github.io/blob/master/img/logo-small.png?raw=true" alt="Project icon"></a>
<br><br>
<b>Some Links:</b><br>
<a href="https://github.com/GHPReporter/Ghpr.Core">Core</a> |
<a href="https://github.com/GHPReporter/Ghpr.MSTest">MSTest</a> |
<a href="https://github.com/GHPReporter/Ghpr.MSTestV2">MSTestV2</a> |
<a href="https://github.com/GHPReporter/Ghpr.NUnit">NUnit</a> |
<a href="https://github.com/GHPReporter/Ghpr.SpecFlow">SpecFlow</a> |
<a href="https://github.com/GHPReporter/Ghpr.Console">Console</a> |
<a href="https://github.com/GHPReporter/GHPReporter.github.io/">Site Repo</a>
</p>
Ghpr.Console
Usage
- download
Ghpr.Consoleas Nuget package - make sure you have
.jsonsettings file in the same folder as Ghpr.Console.exe file - check that all dependencies exist in the
Ghpr.Console.exefolder - run Ghpr.Console.exe with one or several arguments: paths to
.xmlor.trxfiles with test results
If your file extension is .xml then Ghpr.NUnit will be used to generate test results, else if the extension is .trx then Ghpr.MSTest will be used to generate report from file.
Release notes
You can find it here for all packages.
