Skip to content

V2.2.0

Compare
Choose a tag to compare
@SabotageAndi SabotageAndi released this 28 Jun 10:45
· 1067 commits to master since this release

Core changes:

Fixes:

  • Fix in executing the code behind generation #855
  • Fix, that hook with multiple tags is executed more than once #848
  • Removed obsolete marked StepScopeAttribute - use the ScopeAttribute for it
  • Fixed: Projection.Equals() returns false unnecessarily if table headers differ from property name by casing
  • Fixed regex-less step definition support, see StepDefinitionsWithoutRegex.feature for details (Issues #715, #301)
  • The results of comparisons made against sets will be displayed as a comma-delimited list.
  • Fix code generation for VB.Net
  • Scenario Outline example tags do now appear in ScenarioContext.ScenarioInfo.Tags
  • Fix scenario outline variants showing without source code if generating row tests is disabled
  • Fix code behind generation if it is tiggered through Save in Visual Studio (#877)

New Features:

Core changes:

  • Upgrade to BoDi 1.3 (#876)

API changes:

  • Move SourceFilePath from SpecFlowFeature to SpecFlowDocument