Skip to content

Latest commit

 

History

History

README.md

Microsoft.TestPlatform.Extensions.TrxLogger

The TRX (Visual Studio Test Results) logger for the Visual Studio Test Platform. This package enables generating .trx result files from test runs.

Usage

<PackageReference Include="Microsoft.TestPlatform.Extensions.TrxLogger" Version="x.y.z" />

Run tests with the TRX logger:

dotnet test --logger trx
dotnet test --logger "trx;LogFileName=results.trx"

Links