Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 795 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 795 Bytes

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