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.25k stars 754 forks source link

Create ability to store step definitions located in a separate project from the feature into sub-folders, instead of at the root of the project #2728

Open bgoggan opened 12 months ago

bgoggan commented 12 months ago

Link to Feature Request

No response

Implementation Idea

Currently if you have some common step definitions used by multiple test projects within a solution those step definitions must live in the root of that common project. It would be nice to be able to organize those step definitions into folders within that common project.