-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cucumber 2 support #124
Comments
Maybe mine is another issue then. The problem started after updating to Cucumber 2.
Any idea why the step in the feature file can't find the step definition described above? |
The problem is related to the new steps defining format. Plugin doesn't know that |
Is there any cucumber2 plugin specification with describing of all the steps definition formats supported for different programming languages (like https://cucumber.io/docs/reference)? |
According to the documentation, it looks like defineStep has three aliases: Given, When, Then I've tried adding defineStep here at it seems to work! Thanks for pointing me in the right direction. |
Added to 2-4-0. |
Looks like step definitions are not recognized when they are written as Cucumber Expressions instead of Regular Expressions. Since the Cucumber documentation now seems to favor Cucumber Expressions, it maybe important to support them.
Cf. https://docs.cucumber.io/cucumber-expressions/
The text was updated successfully, but these errors were encountered: