Open okyrylenko opened 5 years ago
probably duplicate of https://github.com/techtalk/SpecFlow/issues/1486
@SabotageAndi you are referring to this defect in your previous comment. This is defect 1486
there is a workaround for this defect. The user still can generate step definitions and steps in feature file link to them. It is not a show stopper but may be confusing when user experience this issue the first time.
sorry, I used the wrong number. It's https://github.com/techtalk/SpecFlow/issues/498
SpecFlow Version:
Used Test Runner
Version number:
Visual Studio Version
Are the latest Visual Studio updates installed?
.NET Framework:
Test Execution Method:
<SpecFlow> Section in app.config or content of specflow.json
Repro Project
Issue Description
When I use scenario outline, the steps are displayed as binded when there is no step definition exist, the test is skipped when trying to execute because no step definition found warning. Also getting no step definition found message when attempting to navigate to the step from a feature file pressing F12
Steps to Reproduce