1

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)

  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Sep 12 '21 at 10:13

1 Answers1

0

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"

Shannon McRae
  • 231
  • 3
  • 10