alexkrechik/VSCucumberAutoComplete

Steps are not found when using defineStep

Opened this issue · 2 comments

I am using defineStep as suggested in one of the cypress issues for when I need to use the same step for a different Gherkin Keyword such as Given, When or Then, but the feature file seems to run the step just fine, but the warning that cannot find the step persists.
I have tried lots of configurations in the settings.json, but nothing works when using defined step

image

image

Did you try "cucumberautocomplete.strictGherkinCompletion": false ?

Did you try "cucumberautocomplete.strictGherkinCompletion": false ?

I did and does not work