SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.22k stars 752 forks source link

Move interface ISpecFlowOutputHelper to the TechTalk.SpecFlow namespace #2617

Closed gasparnagy closed 2 years ago

gasparnagy commented 2 years ago

It was in namespace TechTalk.SpecFlow.Infrastructure that is an internal namespace and not suppose to be needed for regular end users. Technically it is a breaking change, but users of ISpecFlowOutputHelper surely had the TechTalk.SpecFlow namespace, e.g. for the [Given/When/Then] attributes.

Types of changes

Checklist: