With this tool you can convert trx text results into an readable html report.
dotnet tool install -g Samhammer.TrxToHtml
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
to list all options use help
trx-to-html --help
- 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