Currently we're using Cucumber, Capybara, Celerity/Culerity w/jruby and I'm frustrated by the spurious failures on our Ajax and javascript heavy app. Not only that buy on our VM we end up having segmentation faults and memory issues after running the test suite about 5 times (we run it nightly and after every svn commit). I'd like to exorcise java from the loop if possible to at least narrow down the possible points of failure. Is there a good solution for these integration tests that doesn't end up going through jruby?
Or does anyone else have any other ideas about which way to go? I love cucumber as a tool but the whole setup for us has an awful signal to noise ratio and I end up managing test run output fairly often (every morning :p).
thanks