Open innkush opened 5 months ago
Could you please also provide an example of step from the feature file and step definition from the javascript file that are not recognized?
from step definition: Then( /^verify ([^"]*) action record in table$/, async (action: string) => {
from feature file: Then verify Logout action record in table
Interesting, but it works for me
could you share your vs settings then?
I've used super minimal setup:
"cucumberautocomplete.steps": ["steps/*.js"],
"cucumberautocomplete.syncfeatures": "*.feature",
"cucumberautocomplete.customParameters": [
],
I have step definitions written in one ts file. Some of them are recognized by cucumberautocomplete, some not. Started reproducing after the last update. What could be the solution for this ? here is my settings.json { "git.autofetch": true, "cucumberautocomplete.pages": {
}