-
Notifications
You must be signed in to change notification settings - Fork 34
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
Allow only one way for importing Gherkin file into tests #77
Comments
Ok, I found that it makes sense. But alternatively I would suggest using only one way to import Gherkin file. |
Cabbage.Feature
without providing :file
?
Yes it is walid case to have cabbage feature without specified feature file. But are there multiple ways to import gherkin files? 🤔 |
Ok, I have read the code wrongly. But anyway, I would disallow such case and instead force user to always define |
Something like While I see a benefit to it, it is more like nice to have feature, not must have, it as well might be a 1.1 release, with an extended feature. Currently, my priority is getting 1.0 out. And I have too few hours in week I can spend on it :( |
Quick and dirty example how it could work |
IMHO such case should be disallowed, and for defining "helper modules" there should be separate module that would definedef*
macros.The text was updated successfully, but these errors were encountered: