0
votes

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. Packages list enter image description here

1
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

1 Answers

2
votes

The problem was, that SpecFlow doesn't support .NET Core 3. It is supported with SpecFlow 3.1.