how can I navigate from feature file (cucumber framework) to step definition file in WDIO in Visual studio Code.
I have installed all the plugins(Cucumber (Gherkin) Full Support v2.15.1,cucumber-gotostep v0.0.4)
how can I navigate from feature file (cucumber framework) to step definition file in WDIO in Visual studio Code.
I have installed all the plugins(Cucumber (Gherkin) Full Support v2.15.1,cucumber-gotostep v0.0.4)
You have to Ctrl + Click on the step in the feature file that you would like to navigate to. Or right click on step and choose "Go To Definition"