LightBDD v3.0.0 Release Notes

Release Date: 2019-01-13 // over 5 years ago
    • 🚚 #152 Removed obsolete code
    • #152 Unified scenario extensions
      • Unified scenario extension namespaces to LightBDD.Framework.Scenarios
      • Removed RunScenarioActionsAsync() method in favor of Runner.AddSteps(/*async void*/).RunAsync()
      • Removed Runner.NewScenario() in favor of Runner being fluent by default
    • 🔧 #152 Unified configuration namespaces to either LightBDD.Core.Configuration or LightBDD.Framework.Configuration
    • #152 Reworked framework-core abstractions
    • #157 Signed all assemblies except LightBDD.Fixie2
    • ⚡️ #163 Updated DefaultExceptionFormatter to exclude "End of stack trace" lines
    • ⚡️ #165 Updated basic syntax compiler to not accept compiler generated methods
    • 🚚 #170 Removed LightBDD.NUnit2
    • #174 Allowed IgnoreScenarioAttribute on class level to ignore all scenarios in given feature.

    More on What Is New wiki page