equelin/Format-Pester

Support Pester 5

majkinetor opened this issue · 1 comments

Tests Passed: 231, Failed: 0, Skipped: 123 NotRun: 0
Select-Object: C:\Users\xxxxx\Documents\PowerShell\Modules\Format-Pester\1.6.0\Public\Format-Pester.ps1:452
Line |
 452 |  … stsResults = $PesterResult | Select-Object -ExpandProperty TestResult
     |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Property "TestResult" cannot be found.

ERROR: Cannot bind argument to parameter 'Rows' because it is an empty collection.
At C:\Users\mmilic\Documents\PowerShell\Modules\Format-Pester\1.6.0\Public\Format-Pester.ps1:673 char:25
+ …             Table -Columns $TestsResultsColumnsData -ColumnWidths @(3 …
+               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Outek commented

Hi,
Are there any news on this?