Skip to content

Commit

Permalink
Add PendingCount and SkippedCount to PassThru output
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Oct 29, 2014
1 parent 42f8d7c commit 77c4a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pester.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ about_pester
if ($PassThru) {
#remove all runtime properties like current* and Scope
$properties = @(
"Path","TagFilter","TestNameFilter","TotalCount","PassedCount","FailedCount","Time","TestResult"
"Path","TagFilter","TestNameFilter","TotalCount","PassedCount","FailedCount","SkippedCount","PendingCount","Time","TestResult"

if ($CodeCoverage)
{
Expand Down

0 comments on commit 77c4a72

Please sign in to comment.