When I edit a specflow feature file test, it doesn\'t update the code-behind file.
When I try to manually regenerate the code-behind files by right-clicking th
I had the same issue . And when I upgraded my specflow to 3.0.213 , feature.cs and tests were not generated. Then I used this MSBUild example with latest specflow to generate feature.cs and tests in test explorer. It uses MSTest as test runner.