equelin / Format-Pester

Powershell module for documenting Pester's results
MIT License
84 stars 8 forks source link

Support Pester 5 #44

Open majkinetor opened 4 years ago

majkinetor commented 4 years ago
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 3 years ago

Hi, Are there any news on this?