Releases: equelin/Format-Pester
Releases · equelin/Format-Pester
1.6.0
1.5.1
Again thanks to @it-praktyk for all is work on Format-Pester.
What's new ?
- Added support to Skipped, Pending and Inconclusive tests
- Added new parameters to include tests results and sections ordering
- Implemented the parameter
PassThru
- Corrected links in the Table of content
- Fixed issue with parameter
DumpPscriboObject
- Fixed typo on the README page
Download link
The module is available on the Powershell Gallery:
https://www.powershellgallery.com/packages/Format-Pester/1.5.1
Alternatively, you can download the code from GitHub.
1.4.2
Merge pull request #23 from it-praktyk/v1.4.2_devel Tests for style rules added, code cleaned, translations corrected
v.1.4.1
Update
- help: an example added, link to PScribo added
- module manifest: added link to the VERSION.md
v1.4.0
v1.3.3
v1.3.1
- added explicit Throw for null or empty PesterResult parameter
- verbose messages updated
- validateSet for the Format paarmeter added/uncommented
- names in code cleaned
Thanks for @it-praktyk for all that work!