- Fixed issue where the Html version didn't render the pass/fail icons (#139)
- Fixed issue where the Html version generated an unexpected entry for a file in obj/Debug (#140)
- Removed dependencies from the Nuget packages (#142)
- The nuget packages Pickles.CommandLine and Pickles.MSBuild contain the files twice (#144)
- Fixed issue where multiline arguments of gherkin steps would not be rendered in the DHtml verion (#134)
- Potential Breaking Change: the folder structure of the dependencies of the static HTML version was changed. If you override the .css files, you will need to update your workflow to account for that.
- Fixed issue where multiple results files for a single feature causes exceptions when processing scenario outline examples (#123)
- Fixed issue where pickles would crash when a specified test results file does not exist (#126)
- Description blocks are rendered as code elements in DHtml version (#118)
- PowerShell version works again
Some things went wrong during the publication of versions 0.17.0 and 0.17.1. Therefore 0.17.2 is the first published 0.17.x version.
- Added test status in the DHTML browsing section (left nav) (#110)
- Crash because of nunit result (#108)
- Avoid crash on start of GUI (#112)
- Enable results for individual example results in a scenario outline (in the Html version) (#105)
- Features don't render correctly when there are less than 4 spaces (#106)
- Allow multiple result files (#83): 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
- The (static) Html version now supports images with .png, .gif, .jpg and .bmp extensions. This partially addresses issue (#12)
- 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
- DHTML uses the Feature's description for the Background (#74)
- Nuget manifest should mention PicklesDoc instead of only Jeffrey Cameron (#84)
- Crash when a feature is not present in the test result (with NUnit) (#85)
- The UI version now includes the option to generate each selected output format in its own directory (#78)
- Left nav bug fix in DHTML format (#73)
- DHTML uses the Feature's description for the Background (#74)
- 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.
- DHTML output format should render Markdown correctly (one step closer toward feature parity for all export formats) (#60)
- The .zip file contains all 5 Pickles runners in one directory, reducing the size of the download by roughly three quarters.
- When selecting multiple output formats in the UI, pickles generates the first output format multiple times (#66)
- Better Error Reporting: both the command line client and the UI show a log (#36)
- Pickles crashes when generating excel with really long descriptions (#62)
- Calling pickles.exe without any arguments in a directory without features causes a crash (#63)
- Add support for SpecRun test results (#21). Refer to the wiki page for instructions on how to configure SpecRun correctly: Integrating Test Results From SpecRun.
- 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 - 2013-07-23
- v0.8 - 2012-12-17
- v0.7 - 2012-08-07
- v0.6 was skipped
- v0.5 - 2012-03-13
- v0.4 - 2012-01-20
- v0.3 - 2011-12-13
- v0.2 - 2011-11-14
- v0.1 - 2011-10-22