Releases: TestStack/TestStack.BDDfy
Releases · TestStack/TestStack.BDDfy
v4.3.2
v4.3.1
Merge pull request #234 from mwhelan/netcore-reports Fixes #233 .Net Core reports saving to test bin directory
v4.3.0
- #231 - Netcore contributed by Jake Ginnivan (JakeGinnivan) and Michael Whelan (mwhelan)
- #229 - Fixed most of the Portability Report issues contributed by Michael Whelan (mwhelan)
- #227 - Enable syntax highlighting for examples in the readme contributed by Thijs Brobbel (tiesmaster)
- #226 - Fluent tests with examples ending in numbers causes infinite loop or crash
- #225 - Trying to show possible bug in name scanner contributed by (jbergens)
- #224 - Test / fix for concurrency issue when using bddfy with parallel runners contributed by (graemefoster)
- #221 - Updated links to the right TestStack URL contributed by Christos Matskas (cmatskas)
- #220 - BDDfy documentation links in ReadMe are broken
- #218 - #216 contributed by (wmekal)
- #216 - Make BDDfy compatible with xUnit.dnx
Commits: 106f647...75102dc
4.2.0
4.1.3-report-model+5
Started introducing a model for reporting
4.1.0
- Added ShouldReport to ExecutableAttribute (#193)
- Example step actions (#184)
- Modified ExecutableAttributeStepScanner to find ExecutableAttributes on method ancestors (#189)
- Fixed report styles (#190) contributed by @byteblast
- Added StepExecutor class to allow users to add custom logic before/after each step (PR #169 / Issue #163)
- Allow disable of async void support (by Configurator.AsyncVoidSupportEnabled) (#171)
v4.0.0
See https://github.com/TestStack/TestStack.BDDfy/blob/master/release-notes.md#v400---2014-07-27 for changes.
Related blog posts:
http://www.mehdi-khalili.com/bddfy-v4
http://jake.ginnivan.net/blog/2014/05/08/bddfy-v4-beta1/
http://jake.ginnivan.net/blog/2014/05/06/bddfy-examples-support/
http://www.michael-whelan.net/customizing-metro-report-in-bddfyv4/
4.0.0-beta.2
Merge pull request #155 from JakeGinnivan/LongTitles Long titles
Fixed the layout of the summary pane in the html report
- Fixes #45 - Tidied up the layout of the summary pane in the html report