Skip to content

Releases: TestStack/TestStack.BDDfy

Release v10.0.0

25 May 13:58
430a711

Choose a tag to compare

📦 Uncategorized

  • Add input option for NuGet publishing in workflow
  • Fix nuget version
  • Fix ambiguous header matching in fluent scanner for example tables
  • Feature/configurable humanizer
  • Fix issue Adding to
  • Remove appveyor pipeline files
  • fix change detection
  • Make things extensibile
  • use dotnet 8 and dotnet 10

What's Changed

Full Changelog: 8.0.1.3...v10.0.0

Support dotnet 8 and 10

25 May 13:53
430a711

Choose a tag to compare

What's Changed

Full Changelog: 8.0.1.3...10.0.0

Sync Tag With Latest Nuget Release

01 Nov 23:20
56b2598

Choose a tag to compare

What's Changed

Full Changelog: v8.0...8.0.1.3

Updgrade to .net 8.0

15 Oct 18:15
b722550

Choose a tag to compare

Update to use .net8.0

v4.3.2

25 Sep 15:37

Choose a tag to compare

Fixes BDDfy.html. Fixes #237

v4.3.1

20 Jul 11:39

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

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

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

Choose a tag to compare

Started introducing a model for reporting

4.1.0

25 Jan 10:58

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)