-
Notifications
You must be signed in to change notification settings - Fork 253
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
Add support for cucumber expressions #544
Comments
For sure this feature looks amazing and would be great have it, also parameter transformation is a great idea ❤️ |
Is this going to be implemented? |
Any chance to enable cucumber expressions implementation from this repo https://github.com/cucumber/cucumber-expressions/tree/main/go ? |
If someone aims to work on a collaborative PR it would be great 😄 |
I am happy to collaborate and pair up on this |
Not a fan of cuke expressions - in my JVM projects we replaced them all with plain old regex. |
🤔 What's the problem you're trying to solve?
Majority of other
cucumber
implementations supportcucumber expressions
to define steps.Coming to
godog
from another implementation may lead to reduced productivity due to a less familiar syntax.✨ What's your proposed solution?
Add support for cucumber expressions using official Go parser.
⛏ Have you considered any alternatives or workarounds?
📚 Any additional context?
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: