When Cucumbers Go Bad
Cucumber is a simple tool. It takes phrases written in plain language, finds snippets of code that match those phrases, runs them, and tells you whether they threw an error.
How you organise the code that Cucumber finds, is up to you.
What you get that code to do, is up to you.
If your Cucumber suite is slow, or hard to maintain, that's because the code you've asked Cucumber to run is too slow, or too complex.


