Skip to content

Show command outputs #2406

Closed Answered by fflaten
truh asked this question in Q&A
Discussion options

You must be logged in to vote

You can't atm, but you can either:

  • Pass it to something like Out-String | Write-Host (ugly)
  • Access the output through the StandardOutput property in the result-object:
    (Invoke-Pester -PassThru).Tests.StandardOutput

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by truh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants