alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 79 forks source link

Steps are not found when using defineStep #453

Open Rubenfppinto opened 1 year ago

Rubenfppinto commented 1 year ago

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

alexkrechik commented 1 year ago

Did you try "cucumberautocomplete.strictGherkinCompletion": false ?

Rubenfppinto commented 1 year ago

Did you try "cucumberautocomplete.strictGherkinCompletion": false ?

I did and does not work