Is it possible to \"force\" regenerate step definitions for a specflow feature file? I have created this feature file but cannot generate all steps. Am getting a message that al
area you should see some commands, add this:
Insert this snippet just inside the part of you .csproj, next to the other s if you can. The commented part is important, it will regenerate the .feature.cs files
*.feature.cs to your .gitignore after this