Releases: pester/Pester
Releases · pester/Pester
v3.3.4
v3.3.2
v3.2.0
- Added BeGreaterThan and BeLessThan assertions to Should.
- Add -Quiet parameter for Invoke-Pester that disables the output written to screen by Write-Host [GH-223]
- Fix Error output for TestDrive [GH-232]
- Add ExcludeTagFilter parameter [GH-234]
- Add different color schemes for dark and light backgrounds
v3.1.1
v3.1
- Fix mocking of Get-ItemProperty
- Fix mocking commands with parameters named $FunctionName, $ModuleName or $ArgumentList under some circumstances.
- Add Skipped and Pending test results.
- Added support for parameterized tests to the It command.
- Deprecated -OutputXml parameter, added -OutputFile and -OutputFormat parameters.
- Added new updated NUnit export format. Original format still available as -OutputFormat LegacyNUnitXml.
- Stopped forcing -ParameterFilter blocks to return explicit booleans, preventing some unnecessary null reference exceptions.