SamhammerAG / TrxToHtml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C# 83.8%Language:HTML 15.0%Language:PowerShell 1.1%