VERBOSE: [+] should write a failed test result 65ms
VERBOSE: [+] should write the test summary 65ms
VERBOSE: [+] should write the test-suite information 66ms
VERBOSE: [+] should write two test-suite elements for two describes 71ms
VERBOSE: [+] should write the environment information 66ms
VERBOSE: [+] Should validate test results against the nunit 2.5 schema 71ms
VERBOSE: Tests completed in 950ms
VERBOSE: Passed: 132 Failed: 0
WARNING: [-] does not pollute the global namespace 7ms
WARNING: Expected: value to be empty but it was {globalGarbage}
WARNING: at line: 32 in C:\GitHub\Pester\Functions\It.Tests.ps1
--
You received this message because you are subscribed to the Google Groups "Pester" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pester+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Task Test {
CD "$baseDir"
$testResults = Invoke-Pester -PassThru
if ($testResults.FailedTestsCount -ne 0)
{
Throw "Unit Tests Failed"
}
CD $currentDir
}
--
Kilimanjaro Very cool. Enjoy!