Skip to content

Transforms XML from trx-Testresults to JUnit-Testresults / trx to JUnit XML

License

Notifications You must be signed in to change notification settings

InfiniteEnergy/trx2junit

 
 

Repository files navigation

CircleCI NuGet
CircleCI NuGet

trx2junit (.NET Core global tool)

Helper for converting trx-Testresults (dotnet test --logger "trx") to a JUnit-based XML file.
The JUnit-output will be in the same directory than the trx-file.

Can be used for CI-scenarios, like CircleCi, where as test results JUnit is expected.

Usage

When installed as .NET Core 2.1 Global Tools:
trx2junit {trxFile} where trxFile is the path to the trx-file.

Installation

dotnet tool install -g trx2junit

For CI-scenarios execute before usage:

export PATH="$PATH:/root/.dotnet/tools"

Prequisites

.NET Core 2.1 SDK

About

Transforms XML from trx-Testresults to JUnit-Testresults / trx to JUnit XML

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 69.8%
  • Shell 30.2%