If the parameter PassedOnly is used passed tests are skipped also
it-praktyk opened this issue · 1 comments
it-praktyk commented
Due to a bug in a program flow control if the parameter PassedOnly is used also passed tests are skipped in output.
The issue introduced by the commit 3efd9e4
git blame -L 371,371 .\Format-Pester\Public\Format-Pester.ps1
3efd9e45 (Wojciech Sciesinski 2016-09-05 22:26:56 +0200 371) If (-not $PassedOnly.IsPresent) {
Affected versions 1.4.0 - 1.4.2
it-praktyk commented
Fixed by #33