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 => Spinach #1426
Cucumber => Spinach #1426
Conversation
|
@NARKOZ its cool! You rock! |
|
Looks like spinach is awesome tool :) |
Explore area Fixes #1426 See merge request !987
|
Why did you move away from cucumber? For me spinach seems to have no advantages and it lacks of features to really reuse steps. So at the and those steps are clustered in features files and steps (like in cucumber) without the ability to reuse them as they are to dedicated to one use case. So either you are completely out of mind our I'm missing your point. |
|
Also its very strange how you are using Gherkin: You are never using It's much clearer what a test should do, when it is failing if these conditions are clear. |
|
Actually we are moving from spinach to rspec :) This issue is outdated. |
✨