what do you prefer for testing JavaScript apps using Cucumber?
I never did it before – I only used Webrat for testing plain html.
I have tried Selenium, but it frustrated me and I didn’t find any good documentation about Cucumber in combination with Selenium.
Best regards
Around here we let webrat drive selenium for most of the operations. But it’s still very fresh technology so be prepared to dig around in the code and debugger a bit.