Skip to content

Releases: equelin/Format-Pester

1.6.0

26 Nov 18:39
a315d61
Compare
Choose a tag to compare

What's new?

  • Option to provide a report title added - please use the Title parameter
  • Parameters SkipTableOfContent, SkipSummary, SummaryOnly deprecated - please use the Include parameter to select what need to be in a report

1.5.1

20 Jun 13:54
Compare
Choose a tag to compare

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

10 May 05:39
Compare
Choose a tag to compare
Merge pull request #23 from it-praktyk/v1.4.2_devel

Tests for style rules added, code cleaned, translations corrected

v.1.4.1

04 Dec 00:14
Compare
Choose a tag to compare

Update

  • help: an example added, link to PScribo added
  • module manifest: added link to the VERSION.md

v1.4.0

05 Sep 20:59
Compare
Choose a tag to compare
  • Fixed issue #12
  • Add the possibility to dump the PScribo object as proposed in issue #15
  • Fix translation's test
  • Update the documentation

v1.3.3

19 Aug 23:05
Compare
Choose a tag to compare
  • Fix issue #14

v1.3.1

16 Aug 10:13
Compare
Choose a tag to compare
  • 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!