This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
v1.1.0
[1.1.0] - 2018-03-13
Added
- PR12 - Ability to specify parameter overrides to Pester tests (via @devblackops)
- PR16 - Ability to specify Pester tests to execute based on tag(s) (via @devblackops)
- PR25 - Support for parsing Pester tests when the -Fixture parameter is used (via @GitAMBS)
- PR26 - Support for -Path and -LiteralPath parameters to module directories (via @devblackops)
Fixed
- PR25 - Discover Pester 'Describe' block names when the -Name parameter is used (via @GitAMBS)
- PR29 - Remove Pester 4.0+ warning by using -Show parameter instead of -Quiet. Add -UseBasicParsing parameter to Invoke-WebRequest in tests (via @larssb)
- Fixed #3 where an error would be generated when using Invoke-OperationValidation with the -TestFilePath parameter
against a Pester test file with a short path.