Export-RunResultXml

Saves a Blade.RunResult object to an XML file.

Syntax

Export-RunResultXml [-RunResult] <RunResult> [-FilePath] <String> [<CommonParameters>]

Description

Export-RunResultXml converts a Blade.RunResult file into an NUnit-compatible XML file.

Parameters

Name Type Description Required? Pipeline Input Default Value
RunResult RunResult

The run result to export.

true true (ByValue)
FilePath String

The path to the output file.

true false