Releases: TestStack/TestStack.BDDfy
Releases · TestStack/TestStack.BDDfy
v10.22.2.5-beta
Fix the issue introduced in 10.22.2.2-beta. this issue causes some tests to fail where we use [TestCase] or [InlineData]
v10.22.2.4-beta
Added Configurator.ExceptionFormatter to allow controlling how exception messages are reported
Documentation updated
v10.22.2.3-beta
Fix test
v10.22.2.2-beta
Fix issue #263
InlineData or TestCases will be presented as example in the report
Default report names bddfy-report.*
Disable all reports by default. Enable the ones you need as following example.
The class name does not matter, you just need the module initializer attribute on the static method
v10.22.2.1-beta
BREAKING CHANGES - POSSIBLE (if using Configurator or using custom implementations of BDDfy interfaces)
- Added new html report, defaults to this report now but you will need to enable Configurator.BatchProcessors.JsonDataFileReport.Enable()
- removed some interfaces in favour of abstract classes
- removed some classes in favour of generic reporter class
v10.22.1-beta
Implement #136 When using reflective API, you can now mix examples with [RunStepWithArgs] attribute It should generate something like this. Scenario: Example values and run step args both get passed to method Given step with <first example> passed as parameter value 1 And step with <first example> passed as parameter value 2 Then example value is set And run step arg is set Examples: | FirstExample | | 1 | | 2 |
v10.22.2-beta
BREAKING CHANGES - POSSIBLE (if using Configurator or using custom implementations of BDDfy interfaces)
- Added new html report, defaults to this report now but you will need to enable Configurator.BatchProcessors.JsonDataFileReport.Enable()
- removed some interfaces in favour of abstract classes
- removed some classes in favour of generic reporter class
V10.1.0.0
Release v10.0.0
📦 Uncategorized
- Add input option for NuGet publishing in workflow
- PR: #286
- Fix nuget version
- PR: #288
- Fix ambiguous header matching in fluent scanner for example tables
- PR: #289
- Feature/configurable humanizer
- PR: #290
- Fix issue Adding to
- PR: #291
- Remove appveyor pipeline files
- PR: #293
- fix change detection
- PR: #294
- Make things extensibile
- PR: #292
- use dotnet 8 and dotnet 10
- PR: #295
What's Changed
- Remove appveyor pipeline files by @SonOfSardaar in #293
- fix change detection by @SonOfSardaar in #294
- Make things extensibile by @SonOfSardaar in #292
- use dotnet 8 and dotnet 10 by @SonOfSardaar in #295
Full Changelog: 8.0.1.3...v10.0.0
Support dotnet 8 and 10
What's Changed
- Remove appveyor pipeline files by @SonOfSardaar in #293
- fix change detection by @SonOfSardaar in #294
- Make things extensibile by @SonOfSardaar in #292
- use dotnet 8 and dotnet 10 by @SonOfSardaar in #295
Full Changelog: 8.0.1.3...10.0.0