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
- Host: GitHub
- URL: https://github.com/ghpreporter/ghpr.console
- Owner: GHPReporter
- License: mit
- Created: 2016-08-09T08:54:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T05:14:30.000Z (over 4 years ago)
- Last Synced: 2025-08-05T23:51:27.536Z (5 months ago)
- Topics: console-application, mstest, nuget, nunit, nunit-console, nunit-framework, nunit-tests, nunit3, qa, qa-automation-test, qatools, quality-assurance, quality-control
- Language: C#
- Homepage: http://ghpreporter.github.io/
- Size: 294 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Some Links:
Core |
MSTest |
MSTestV2 |
NUnit |
SpecFlow |
Console |
Site Repo
[](https://ci.appveyor.com/project/elv1s42/ghpr-console)
[](https://www.nuget.org/packages/Ghpr.Console)
[](https://www.codacy.com/app/GHPReporter/Ghpr.Console?utm_source=github.com&utm_medium=referral&utm_content=GHPReporter/Ghpr.Console&utm_campaign=Badge_Grade)
[](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.