PS >Invoke-Pester -Script .\demo\ -Tag Static -PassThru | Export-Clixml -Path .\Tests-Results-PassThru-Pester-3.4.6.xml Describing DemoFunction1 - Static Context Useless test S-1-1 [-] does something useful S-1-1-1 927ms Expected {5} to be less than {3} 154: DemoFunction1 -FirstParam 5 | Should BeLessThan 3 at , C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction1.Tests.ps1: line 154 [+] does something useful S-1-1-2 302ms [+] does something useful S-1-1-3 58ms [?] doesn't do anything - is inconclusive S-1-1-4 80ms Inconclusive by design 1 at line: 172 in C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction1.Tests.ps1 172: Set-TestInconclusive -Message "Inconclusive by design 1" [?] doesn't do anything - is inconclusive S-1-1-5 68ms Inconclusive by design 2 at line: 178 in C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction1.Tests.ps1 178: Set-TestInconclusive -Message "Inconclusive by design 2" [?] doesn't do anything - pending - S-1-1-6 19ms [!] doesn't do anything - skipped S-1-1-7 10ms [!] doesn't do anything - skipped S-1-1-8 4ms Context Useless test S-1-2 [-] does something useless S-1-2-1 148ms Expected: {5} But was: {6} 200: DemoFunction1 -FirstParam 6 | Should Be 5 at , C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction1.Tests.ps1: line 200 [+] does something useless S-1-2-2 83ms [?] doesn't do anything - pending - S-1-2-3 10ms [-] does something useful S-1-2-4 64ms Expected: value was {2}, but should not have been the same 216: DemoFunction1 -FirstParam 2 | Should Not Be 2 at , C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction1.Tests.ps1: line 216 [?] doesn't do nothing - is inconclusive S-1-2-5 68ms Inconclusive by design 3 at line: 222 in C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction1.Tests.ps1 222: Set-TestInconclusive -Message "Inconclusive by design 3" [!] doesn't do anything - skipped S-1-2-6 15ms [?] doesn't do anything - pending S-1-1-7 40ms Describing DemoFunction2 - Static Context Useless test S-2-1 [+] does something useful S-2-1-1 248ms [+] does something useful S-2-2-2 79ms [?] doesn't do nothing - is inconclusive S-2-2-3 71ms Inconclusive by design 1 at line: 111 in C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction2.Tests.ps1 111: Set-TestInconclusive -Message "Inconclusive by design 1" [?] doesn't do nothing - is inconclusive S-2-2-4 66ms Inconclusive by design 2 at line: 117 in C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction2.Tests.ps1 117: Set-TestInconclusive -Message "Inconclusive by design 2" [-] does something useful S-2-2-5 78ms Expected: value was {56}, but should not have been the same 124: DemoFunction2 -FirstParam 56 | Should Not Be 56 at , C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction2.Tests.ps1: line 124 Context Useless test S-2-2 [?] doesn't do nothing - is inconclusive S-2-2-1 141ms Inconclusive by design 3 at line: 135 in C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction2.Tests.ps1 135: Set-TestInconclusive -Message "Inconclusive by design 3" [+] does something useless S-2-2-2 71ms [-] does something useless S-2-2-3 105ms Expected {2} to be greater than {3} 147: DemoFunction2 -FirstParam 2 | Should BeGreaterThan 3 at , C:\Users\Wojtek\Documents\Scripts\2 - GitHub Extenal\Format-Pester\demo\DemoFunction2.Tests.ps1: line 147 [+] does something useful S-2-2-4 70ms Tests completed in 2.84s Passed: 7, Failed: 5, Skipped: 3, Pending: 3, Inconclusive: 6