When I select a step and hit the “go to step definition” dialog box appears that says “No matching step binding found”.
Is it possible to have that step definition automatically created when it is not found?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SpecFlow 1.9 now supports this. If you have installed the SpecFlow Visual Studio Extension, you can right-click from within a feature file and choose “Generate Step Definitions”. It will ask you which steps to create, and what file to place them in.
See the What’s New in v1.9 page for more info.