Show-Execution
Displays test execution output. If -NoInput
is false, pauses for a user keypress before continuing execution.
Syntax
Show-Execution ` -Result <PSObject> ` [-Message <string>]
Parameters
Parameter | R | Description |
---|---|---|
Result | * | Test result object. Example: -Result $result |
Message | Message to be displayed following test execution. Example: -Message "Test complete!" |