TRXFileMerge 1.0.0

dotnet add package TRXFileMerge --version 1.0.0
NuGet\Install-Package TRXFileMerge -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TRXFileMerge" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TRXFileMerge --version 1.0.0
#r "nuget: TRXFileMerge, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TRXFileMerge as a Cake Addin
#addin nuget:?package=TRXFileMerge&version=1.0.0

// Install TRXFileMerge as a Cake Tool
#tool nuget:?package=TRXFileMerge&version=1.0.0

Welcome to the TRX-Merger

TRX-Merger is a command line tool that allows you to combine two trx files in a single trx file containing all the information from the trx files passed to it.

REQUIRED PARAMETERS:

/trx - parameter that determines which trx files will be merged.

/trx - REQUIRED PARAMETER - Parameter that determines which two trx files will be merged. First file should contain the ReExecuted Test Results, and second file should contain the original Test execution results. This parameter will accept one of the following:

  • file(s) name: looks for trx files in the current directory. File extension is required. example: /trx:testResults1.trx,testResults2.trx
  • file(s) path: full path to trx files. File extension is required. example: /trx:c:\TestResults\testResults1.trx,c:\TestResults\testResults2.trx
  • file(s) web path: full web path to trx files. File extension is required. example: /trx:http://localhost:8080/job/TestSuite/lastSuccessfulBuild/artifact/Test.Test/TestResults/TestResults.trx,c:\TestResults\testResults2.trx

/output - REQUIRED PARAMETER - The name/path of the output trx file This parameter will accept one of the following:

  • name: saves the file in the current directory. File extension is required. example: /output:combinedTestResults.trx
  • path and name: saves the file in specified directory. File extension is required. example: /output:c:\TestResults\combinedTestResults.trx
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 0 3/14/2023

Initial release