Releases: picklesdoc/pickles
Releases · picklesdoc/pickles
v2.18.1
[2.18.1] - 2018-04-20
Fixed
- More robust scenario outline example mapping by using code from SpecFlow (519) (by @dirkrombauts, based on an idea by @janosmagyar)
- Only the table of the examples in a scenario outline should have test results (515) (by @spacehole1)
v2.18.0
[2.18.0] - 2018-02-02
Added
- Dhtml reports and Scenario outline support (includes extension of the JSON output) (502) (by @DominikBaran)
Fixed
- Cache the NUnit feature scan results to improve performance on large solutions (503) (by @tlecomte)
- Use lookups in JSONDocumentation Builder to improve performance on large solutions (504) (by @tlecomte)
- Cache LanguageServices and GherkinDialectProvider in FeatureParser to improve performance on large solutions (505) (by @tlecomte)
v2.17.0
[2.17.0] - 2017-11-06
Added
- Added error handling for Markdown parsing exceptions (497) (by @joebuschmann)
Fixed
- PowerShell Runner Shows Only First Test Result File (485) (by @dirkrombauts)
- Fixed ExcludeTags Typo In MSBuild targets (478) (by @nachereshata)
v2.16.2
v2.16.1
[2.16.1] - 2017-08-07
Fixed
- Remove unnecessary backslash conversion in json feature tree (469) (by @AntoineTheb)
- Pickles cannot deal with languages that have a hyphen in the name (478) (by @dirkrombauts)
v2.16.0
Added
- Add handling to guess some encodings (457) (by @s991116 and @dirkrombauts)
Fixed
- Show inconclusive results in DHTML output (463) (by @dirkrombauts)
Changed
- Under the hood: Move NDesk.Options dependency to command line runner (459) (by @dirkrombauts)
- Under the hood: update several third party packages (462) (by @dirkrombauts)
v2.15.0
[2.15.0] - 2017-03-09
Added
- Continue loading feature files after parsing errors (445) (by @dirkrombauts, based on an idea by @pleveill)
Fixed
- Fix localisation of "Examples" in Scenario Outlines (440) (by @dirkrombauts)
- Make ExcludeTags available to MSBuild (444) (by @dirkrombauts, based on an idea by @pleveill)
v2.14.0
[2.14.0] - 2017-02-24
Added
- Add wildcard support for test result files (435) (by @Autom8edChaos)
- Exclude Feature or Scenario by Tag (433) (by @Wil75)
v2.13.0
[2.13.0] - 2017-02-10
Added
- Improved Tag Support: Tags in Excel and Tags for Examples Blocks in Json, Dhtml, Html, and Word formats (424) (by @pleveill)
Fixed
- Fix problem of NUnit 3.6 and truncation (425) (by @dirkrombauts)
v2.12.0
[2.12.0] - 2017-01-26
Added
- Adding Cucumber JSON Documentation Builder (413) (by armsteadj1, jgrossrieder and dgrekov)