‹ jan0sch.de

Don't use cucumber for integration tests

2012-06-10

If you’re using cucumber you should be carefully examining your tests to make sure you’re really writing acceptance tests and not integration tests.

While you can certainly write integration tests in cucumber that is mostly a waste of time because these are easier and faster to write with rspec and capybara.

However I find cucumber a nice tool for the implementation of acceptance tests.