You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Early this year, IntelliJ IDEA plugin was also updated to use this by default. What that means is that if you Option+Enter to create Steps in java, it will put Cucumber Expressions by default and that will make Pickle fail.
Cucumber released a support for a simpler expressions than using regexes to match for parameters.
It is documented in quite good details here: https://cucumber.io/docs/cucumber/cucumber-expressions/
Early this year, IntelliJ IDEA plugin was also updated to use this by default. What that means is that if you
Option+Enterto create Steps in java, it will put Cucumber Expressions by default and that will make Pickle fail.