Saves a Blade.RunResult
object to an XML file.
Export-RunResultXml [-RunResult] <RunResult> [-FilePath] <String> [<CommonParameters>]
Export-RunResultXml
converts a Blade.RunResult
file into an NUnit-compatible XML file.
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 |