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

Add `pureTextStep` option #485

Closed alexkrechik closed 1 month ago

alexkrechik commented 1 month ago

Add the pureTextStep option with the possibility to use steps as text during cooperation, for example: steps.js

When('I give [3/4] and 5$')

Should pass for the I give [3/4] and 5$ step only, but fail for the I give 3 and 5.