Skip to content

Releases: picklesdoc/pickles

v0.16.0

14 May 11:16
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

New Feature

  • #105 Enable results for individual example results in a scenario outline (in the Html version)

Bug Fixed

  • #106 Features don't render correctly when there are less than 4 spaces

v0.15.0

11 Apr 06:17
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

New Feature

#83 Allow multiple result files : it is now possible to use multiple test result files. This will come in handy if you need to partition your test runs. Simple use a semicolon-separated list of file paths instead of the single file path as an argument/

v0.14.0

27 Mar 14:31
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

New Feature

The (static) Html version now supports images with .png, .gif, .jpg and .bmp extensions. This partially addresses issue #12

Other cool stuff

  • Several updates of external dependencies, including the long out-of-date IKVM. Yay!
  • All production code and test code now use the excellent System.IO.Abstraction library and its TestingHelpers classes.
  • We are using build services provided by MyGet

v0.13.1

20 Dec 11:11
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

Bugs fixed

  • #74 DHTML uses the Feature's description for the Background
  • #84 Nuget manifest should mention PicklesDoc instead of only Jeffrey Cameron
  • #85 Crash when a feature is not present in the test result (with NUnit)

v0.13.0

29 Nov 11:50
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

New feature

  • #78 The UI version now includes the option to generate each selected output format in its own directory

Bug fixes

  • #73 Left nav bug fix in DHTML format
  • #74 DHTML uses the Feature's description for the Background

v0.12.1

28 Oct 08:02
Compare
Choose a tag to compare
v0.12.1 Pre-release
Pre-release

Fixes a .NET runtime version issue caused by combining all Pickles runners in one directory. We are back to each runner in a separate directory, and will likely remain so until all assemblies use the same .NET framework version.

v0.12

25 Oct 13:26
Compare
Choose a tag to compare
v0.12 Pre-release
Pre-release

New Feature

  • #60 DHTML output format should render Markdown correctly (one step closer toward feature parity for all export formats)
  • The .zip file contains all 5 Pickles runners in one directory, reducing the size of the download by roughly three quarters.

Issues Fixes

  • #66 When selecting multiple output formats in the UI, pickles generates the first output format multiple times

v0.11

27 Sep 08:22
Compare
Choose a tag to compare
v0.11 Pre-release
Pre-release

New Feature

#36 Better Error Reporting: both the command line client and the UI show a log

Issues Fixes

#62 Pickles crashes when generating excel with really long descriptions
#63 Calling pickles.exe without any arguments in a directory without features causes a crash

0.10

29 Aug 12:34
Compare
Choose a tag to compare
0.10 Pre-release
Pre-release

New Feature

Issues fixed

  • Please implement marking ignored test cases with yellow sign rather than red for all Test Result providers (not just MSTest) #47
  • Remove duplication of example feature files #50
  • Adding background to features in word #58
  • Handle cucumber feature with no scenarios #59

v0.9

08 May 07:46
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release
Merge pull request #46 from marcusoftnet/patch-2

Updated with the correct github URL