< Back

Export-RunResultXml

Sun Jan 12, 2020 5:52 pm

NAME Export-RunResultXml



SYNOPSIS

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

-RunResult <RunResult>

The run result to export.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-FilePath <String>

The path to the output file.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS