Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samhammerag/trxtohtml


https://github.com/samhammerag/trxtohtml

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# TrxToHtml

With this tool you can convert trx text results into an readable html report.

![Screenshot](TestResults.png)

## Installation
```shell
dotnet tool install -g Samhammer.TrxToHtml
```

## Usage
generate trx results (*.trx) with dotnet test and then just execute trx-to-html in the same/parent folder to generate report (TestResults.html).

```shell
dotnet test -l trx
trx-to-html
```

## Options
to list all options use help

```shell
trx-to-html --help
```

## Contribute

#### How to publish package
- set package version in TrxToHtml.csproj
- create git tag
- dotnet pack -c Release
- nuget push .\bin\Release\Samhammer.TrxToHtml.*.nupkg NUGET_API_KEY -src https://api.nuget.org/v3/index.json
- (optional) nuget setapikey NUGET_API_KEY -source https://api.nuget.org/v3/index.json