This is a prototype nuget package that provides SpecFlow integration with SDK based projects.
- Works with SDK based projects
- Real-time Unit Test Discovery for adapters that support it
- Incremental builds work so features are only generated when they get modified
- SpecRun Shim to make SpecRun works with SDK based projects
- This project doesn't work well with the Visual Studio plugin. The only known limitation so far is that when you add a feature file it adds the SpecFlowSingleFileGenerator to the newly added feature file. You will either need to disable to SpecFlow Visual Studio Extension or manually remove the generator from the csproj file everytime you add a feature.
- Since SpecFlow is compiled against full .NET Framework, this project does not work with .NET Core