So, at my new gig, we have 2 backend engineers and 3 front end. This is causing a problem since it means we can't use something like capybara as it requires ruby knowledge. What types of integration testing frameworks have you used for teams with various skills?
rubiquity|11 years ago
If most of your team knows JavaScript, there is CasperJS[0] which is like Capybara but for JavaScript.
0 - http://casperjs.org/
lobotryas|11 years ago
When using Cucumber, make sure you actually write end-to-end tests that will drive your app all the way to a result that demonstrates business value. Otherwise, you're just writing unit tests :)