...

/

Is Cucumber Worth It?

Is Cucumber Worth It?

Learn about Cucumber's worth, uses, and tips.

Cucumber’s worth

Cucumber’s worth depends on what “it” is. Cucumber is a beneficial acceptance-test framework, provided our expectations of it are reasonable. It’s a lousy unit-test framework, and if we try to use it for unit testing, we’ll hate it and will possibly stop eating salads to avoid cucumbers, which is bad for our health.

We should use Cucumber for the relatively minimal goals of writing integration tests at the level of user behavior ...