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
Another one to check that fooled me is have you left the pending placeholder code in place (opps):
ScenarioContext.Current.Pending();
will flag the test as not implemented.