2

I have few Feature files whenever I make any changes in feature file and try to run, the changes are not reflected in run.

When I checked this, I found out that Feature.cs file is not updated with the changes made in Feature file.

I tried build, rebuild, clean solution but not helpful. I am using specflow version 2.2.1 Visual Studio 2017

Ram Raj
  • 51

1 Answers1

3

Got this fixed by following below:

We have to set SpecFlowSingleFile Generator to true

Tools > Options > SpecFlow > General > Legacy > Enable SpecFlowSingleFile Generator - True

Ram Raj
  • 51