Skip to content

Releases: TestStack/TestStack.BDDfy

v4.3.2

25 Sep 15:37
Compare
Choose a tag to compare
Fixes BDDfy.html. Fixes #237

v4.3.1

20 Jul 11:39
Compare
Choose a tag to compare
Merge pull request #234 from mwhelan/netcore-reports

Fixes #233 .Net Core reports saving to test bin directory

v4.3.0

03 Jul 12:02
Compare
Choose a tag to compare
  • #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

30 Sep 06:46
Compare
Choose a tag to compare
  • #209 - Extra story metadata contributed by Liam McLennan (liammclennan)
  • #202 - Added ReportModel for reports contributed by Michael Whelan (mwhelan)
  • #200 - Enabled single example for example tables in HTML report contributed by (VanDesu)

4.1.3-report-model+5

22 Apr 11:07
Compare
Choose a tag to compare

Started introducing a model for reporting

4.1.0

25 Jan 10:58
Compare
Choose a tag to compare
  • 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

4.0.0-beta.2

11 Jun 12:20
Compare
Choose a tag to compare
Merge pull request #155 from JakeGinnivan/LongTitles

Long titles

Fixed the layout of the summary pane in the html report

07 Feb 16:18
Compare
Choose a tag to compare
  • Fixes #45 - Tidied up the layout of the summary pane in the html report