Cucumber with Capybara will work in JRuby, so you should be able to use that and test the API. Capybara will need to be setup with selenium or poltergeist.
On Oct 4, 2012, at 10:35 AM, Chris McCann <[email protected]> wrote: > In my day job I work on a large Java-based web app that uses a RESTful JSON > API to serve data to a JS-based front-end. Our QA folks are struggling a bit > with how best to do automated testing of the API. > > I've done some googling but come up empty-handed. Can anyone recommend a > solid integration testing framework that uses declarative (think "shoulda") > language for describing tests that we could use to exercise the API? > > Thanks, > > Chris > > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby ========= Robert Evans Code Wranglers, Inc http://www.codewranglers.org http://www.github.com/revans http://www.linkedin/in/rrevans -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
