An open API service indexing awesome lists of open source software.

https://github.com/ghpreporter/ghpr.console

Console application to convert NUnit and MSTest test result files into Ghpr HTML Report
https://github.com/ghpreporter/ghpr.console

console-application mstest nuget nunit nunit-console nunit-framework nunit-tests nunit3 qa qa-automation-test qatools quality-assurance quality-control

Last synced: 4 months ago
JSON representation

Console application to convert NUnit and MSTest test result files into Ghpr HTML Report

Awesome Lists containing this project

README

          


Project icon



Some Links:

Core |
MSTest |
MSTestV2 |
NUnit |
SpecFlow |
Console |
Site Repo

[![Build status](https://ci.appveyor.com/api/projects/status/1nhj8penho50h2ro?svg=true)](https://ci.appveyor.com/project/elv1s42/ghpr-console)
[![NuGet Version](https://img.shields.io/nuget/v/Ghpr.Console.svg)](https://www.nuget.org/packages/Ghpr.Console)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/09d98c433f034ce2ab7f4e7a655ea3f0)](https://www.codacy.com/app/GHPReporter/Ghpr.Console?utm_source=github.com&utm_medium=referral&utm_content=GHPReporter/Ghpr.Console&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/ghpreporter/ghpr.console/badge)](https://www.codefactor.io/repository/github/ghpreporter/ghpr.console)

# Ghpr.Console

## Usage

- download `Ghpr.Console` as Nuget package
- make sure you have `.json` settings file in the same folder as Ghpr.Console.exe file
- check that all dependencies exist in the `Ghpr.Console.exe` folder
- run Ghpr.Console.exe with one or several arguments: paths to `.xml` or `.trx` files 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](https://github.com/GHPReporter/Ghpr.Core/blob/master/RELEASE_NOTES.md) for all packages.