Skip to content

mcollins4551/TrxToHtml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.2%
  • HTML 14.7%
  • PowerShell 1.1%