Skip to content

Releases: picklesdoc/pickles

v2.0.4

27 Dec 13:13
Compare
Choose a tag to compare

v2.0.4 - 2015-12-27

Bug Fixed

  • The PowerShell runner does not load (#239)

v2.0.3

23 Dec 09:51
Compare
Choose a tag to compare

v2.0.3 - 2015-15-23

Bug Fixed

  • The presence of a background causes a crash when integrating test results (#238)

v2.0.2

21 Nov 16:17
Compare
Choose a tag to compare

v2.0.2 - 2015-11-21

Bugs Fixed

  • Test results in example rows of scenario outlines that contain $ signs were not correctly identified (#227)
  • Table layout in the DHTML version was sometimes unnecessarily narrow (#225)

v2.0.1

20 Nov 12:18
Compare
Choose a tag to compare

v2.0.1 - 2015-11-20

Bug Fixed

  • A crash was fixed that occurred when linking nUnit test results (#223)

v2.0.0

03 Nov 15:28
Compare
Choose a tag to compare

v2.0.0 - 2015-11-03

Breaking Change

  • Pickles uses version 3 of the Gherkin parser, and as such requires .NET 4.5. The new parser is a lot smaller and should be faster too.

v1.2.3

06 Oct 09:32
Compare
Choose a tag to compare

v1.2.3 - 2015-10-06

Bugs Fixed

  • In the DHtml version, the alignment of the keywords (Given, When, Then) was fixed for non-English languages (#219)

v1.2.2

24 Sep 13:52
Compare
Choose a tag to compare

Bugs Fixed

  • The PowerShell version now correctly traces relative paths from the current directory (#216)

v1.2.1

14 Aug 13:20
Compare
Choose a tag to compare

v1.2.1 - 2015-08-14

Bugs Fixed

  • In the Html version, the alignment of the keywords (Given, When, Then) was fixed for non-English languages (#209)
  • A NullReferenceException in the MSTest provider was fixed when the test results also contain ordinary unit test results in addition to the SpecFlow results (#212)

v1.2.0

28 Jul 12:27
Compare
Choose a tag to compare

v1.2.0 - 2015-07-28

New Feature

  • In the DHtml version, there are now links to hide/show the navigation, and to collapse/expand all nodes in the navigation (#204)

Bugs Fixed

  • The command line version no longer silently fails when an error occurs. You will need to adapt the configuration in order to get more information from the error (#202
  • The issue of failing silently in case the full filename is too long has been fixed (#199)

v1.1.0

12 May 14:11
Compare
Choose a tag to compare

New Feature

  • In both the DHtml and Html versions: Align scenario keywords to the right side so that step texts start from the same position (#195)

Bugs Fixed

  • Abbreviations displayed incorrectly with spaces between letters (#192)