Skip to content

V2.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@SabotageAndi SabotageAndi released this 21 Oct 13:18
· 1244 commits to master since this release

Core changes:

  • Update to Gherkin 4.0.0 parser
  • Plugin Interface for Generator and Runtime Plugins
    Changed to an event base interface and added additional hooks for customizing TestThread and Scenario Dependencies

New Features:

  • Two new Assist methods, FindInSet and FindAllInSet.
  • Fixed issue #246 where regexless steps could not pass negative numbers as arguments

Smaller Improvements/fixes:

  • Update reports to use latest parser
  • Allow customizing binding class resolution with IBindingInstanceResolver
  • Added support for generating better argument names in step methods.
  • SpecFlow can be build and all tests run if you only have VS2015 installed