I wrote a feature file using Specflow and generated step definitions. I went back to my feature file to update my scenarios but when I generate step definitions, it won't update the step definitions, instead it would overwrite what's already been generated. Is there any way to have it update the generated step definitions/code without losing what's been generated before?
Asked
Active
Viewed 974 times
0
-
Just copy to the clipboard, don't generate the steps file again – Sam Holder Mar 07 '16 at 15:59
-
Thanks. It seemed like that was the only way to prevent it from overwriting the whole code. – GeeK89 Mar 09 '16 at 21:53