ReadTestResult 1.0.1

dotnet add package ReadTestResult --version 1.0.1
NuGet\Install-Package ReadTestResult -Version 1.0.1
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="ReadTestResult" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ReadTestResult --version 1.0.1
#r "nuget: ReadTestResult, 1.0.1"
#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 ReadTestResult as a Cake Addin
#addin nuget:?package=ReadTestResult&version=1.0.1

// Install ReadTestResult as a Cake Tool
#tool nuget:?package=ReadTestResult&version=1.0.1

Welcome to the ReadTestResult

ReadTestResult is a command line tool that allows you to Read the failed Test cases from TRX and XML Test Result File.

REQUIRED PARAMETER:

/path - Parameter that determines the path of Test Result File. Provide either of the following:

  • file name: looks for trx/xml Test Result files in the current directory. File extension is required example: testResults1.trx
  • file path: full path to trx/xml files. File extension is required example: c:\TestResults\testResults1.trx

OPTIONAL PARAMETER:

/output - The name/path of the output txt file. When not provided file will be saved in current directory with name ReRunTestResults.txt. This parameter will accept one of the following:

  • name: Saves the file in the current directory. File extension is required. example: /output:ReRunTestResults.txt
  • path and name: Saves the file in specified directory. File extension is required. example: /output:c:\TestResults\ReRunTestResults.txt
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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 252 3/20/2023
1.0.0 257 3/17/2023

Initial release