Releases: picklesdoc/pickles
Releases · picklesdoc/pickles
v2.6.2
[2.6.2] - 2016-05-11
Fixed
- Command line help does not list all possible test result formats (340) (by @magicmonty).
- Some examples were not recognized (#343) (by @danielpullwitt).
v2.6.1
[2.6.1] - 2016-05-10
Changed
- Remove Dependency on AutoMapper (#333) (by @dirkrombauts).
- Update DHTML version to use Knockout version 3.4.0 (#325) (by @dirkrombauts).
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
[2.6.0] - 2016-04-12
Added
- Support for multiple tags in DHTML version (#283) (by @aaronjrich).
- Output commented lines (#271) (by @ludwigjossieaux).
Changed
- Use version 4 of the Gherkin parser (#322) (by @dirkrombauts).
- Use new logo as icon and in nuget packages (#323) (by @dirkrombauts).
- Update external libraries (#310) (by @dirkrombauts).
Fixed
- SpecFlow conformant name mapping in nUnit test result provider (#315) (by @danielpullwitt).
- Prevent crash when no Description is provided (#314) (by @danielpullwitt).
v2.5.0
[2.5.0] - 2016-03-21
Added
- Experimental features - see the documentation (by @dirkrombauts).
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
[2.4.1] - 2016-03-01
Fixed
- Scenario Outline with parenthesis parses correctly and reports the correct result (#299) (by @ocsurfnut)
v2.4.0
[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
- Word document is corrupt if a Feature has no description (#261) (by @dirkrombauts).
- The Cucumber JSON test result provider should deal with background steps correctly (#293) (by @dirkrombauts based on an idea by MikeThomas64).
v2.3.0
v2.2.1
[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
[2.2.0] - 2016-01-15
Added
- Support for xUnit 2 (#230) (by @dirkrombauts).
- Support for nUnit 3 (#230) (by @dirkrombauts).
Changed
- The Gherkin parser was updated to version 3.2.0 (#256) (by @dirkrombauts).
- Other dependencies were updated (by @dirkrombauts).
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
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.