Two options: 1) Get-PesterFailures cmdlet similar to https://github.com/PowerShell/PowerShell/pull/2600 to parse the log 2) Invoke-Pester -ShowFailuresOnly (passing tests can be shown in progress bar) When there is a large number of tests and I'm working on a PR, I really just want to see which ones failed so I can investigate those failures.