Format-Pester icon indicating copy to clipboard operation
Format-Pester copied to clipboard

Support Pester 5

Open majkinetor opened this issue 4 years ago • 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 …
+               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

majkinetor avatar Sep 11 '20 11:09 majkinetor

Hi, Are there any news on this?

Outek avatar Mar 15 '21 07:03 Outek