Skip to content

Releases: picklesdoc/pickles

v2.6.2

11 May 16:48
Compare
Choose a tag to compare

[2.6.2] - 2016-05-11

Fixed

v2.6.1

10 May 13:04
Compare
Choose a tag to compare

[2.6.1] - 2016-05-10

Changed

Fixed

  • General handling of special characters in scenario outline inputs, and XUnit failed, if multiple TestResults.xml were used (336) (by @magicmonty).
  • SpecFlow conformant name mapping in other test result providers (#326) (by @danielpullwitt).

v2.6.0

12 Apr 11:09
Compare
Choose a tag to compare

[2.6.0] - 2016-04-12

Added

Changed

Fixed

v2.5.0

21 Mar 12:36
Compare
Choose a tag to compare

[2.5.0] - 2016-03-21

Added

Experimental

  • Using a different MarkDown component. Warning: it is not entirely compatible with the static HTML version. (#269) (by @dirkrombauts).
  • Enabling mathematics in the description elements in the DHTML version. Warning: requires internet connectivity. (#281) (by @dirkrombauts).
  • Overview Dashboard on DHTML Pickles Site with Summary Charts by Namespace and Tags (#295) (by @ocsurfnut)

v2.4.1

01 Mar 12:57
Compare
Choose a tag to compare

[2.4.1] - 2016-03-01

Fixed

  • Scenario Outline with parenthesis parses correctly and reports the correct result (#299) (by @ocsurfnut)

v2.4.0

26 Feb 13:13
Compare
Choose a tag to compare

[2.4.0] - 2016-02-26

Added

  • Support for the test result format of VsTest.Console.exe (#280) (by @dirkrombauts).

Changed

  • The MsTest test result provider is now able to give the result of individual examples in a scenario outline (#285) (by @dirkrombauts).
  • The SpecFlow+ Runner (formerly SpecRun) test result provider is now able to give the result of individual examples in a scenario outline. See the documentation for an important caveat. (#286) (by @dirkrombauts).
  • The Cucumber test result provider is now able to give the result of individual examples in a scenario outline (#287) (by @dirkrombauts).
  • The GUI now uses a combobox to display the choice of test result formats (#297) (by @dirkrombauts).

Fixed

v2.3.0

27 Jan 16:22
Compare
Choose a tag to compare

[2.3.0] - 2016-01-27

Added

v2.2.1

25 Jan 13:22
Compare
Choose a tag to compare

[2.2.1] - 2016-01-25

Changed

  • The .nuspec files now contain a releaseNotes elements that points to this file on GitHub.

Fixed

  • xUnit1 and xUnit2: Failure when tests are included that don't have traits (#268) (by @dirkrombauts).

v2.2.0

15 Jan 18:03
Compare
Choose a tag to compare

[2.2.0] - 2016-01-15

Added

Changed

Fixed

  • The language parameter now correctly sets the default language to use when parsing feature files (#260) (by @dirkrombauts).
  • The MarkDown code in the examples was corrected (#254) (by @dirkrombauts)

v2.1.0

30 Dec 16:57
Compare
Choose a tag to compare

v2.1.0 - 2015-12-30

New Feature

  • The language of the .feature files can now be set in the MSBuild runner as well. See MSBuild configuration should map Language too (#236).

Bug Fixed

  • Remove potential load failure from the Command Line, GUI and MSBuild runners (#243)

Other

  • Some external components were updated.