Specflow error: Force regenerate steps possible?

后端 未结 11 1901
猫巷女王i
猫巷女王i 2021-02-01 14:32

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

11条回答
  •  轮回少年
    2021-02-01 15:16

    Right-click the .feature file and chose "Run Custom Tool". That will rerun the SpecFlowSingleFileGenerator that generates the code-behind in the test framework of your choice.

提交回复
热议问题