auto generate - Regenerate steps for scenarios in specflow -
is there way can "regenerate" steps scenarios in specflow.
currently feature file has steps bound it. generate steps again , write code on again without deleting previous step files.
in case wondering why doing this, it's related maintaining test case. steps written have duplication.
regards
the easiest way can think of exclude current steps files project (right click on file in solution explorer-> exclude project) , you'll able regenerate them scenario file again.
Comments
Post a Comment