SamhammerAG / TrxToHtml

7 stars 4 forks source link

TrxToHtml

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

Screenshot

Installation

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).

dotnet test -l trx
trx-to-html

Options

to list all options use help

trx-to-html --help

Contribute

How to publish package