I'm trying to create specflow tests with .NetCore and MSTest. As mentioned by Specflow, it won't generate any .feature.cs file for Feature files. But when I try to build my application it displays error for .feature.cs file not found.
0
votes
SpecFlow 3 has not support for .NET Core 3. This comes with SpecFlow 3.1. But this should not be the reason for your error.
- Andreas Willich
Issue resolved when I upgraded to 3.1.32 -beta..Thanks Andreas!
- Sandeep Dhamale