I’m writing a REST-full webapp and I’m looking for a good testing framework. The app is mostly writen in Erlang, but I would like to test the front-end of the app without relying on the erlang code.
Also integration with a js testframework would be desireable.
Good day, if you have minimal ruby knowledge, then i would recommend you use capybara+rails solution, it also allows testing javascript-rich sites, just use javascript-enabled test driver like selenium, here is short doc about using it with remote sites: http://rubydoc.info/github/jnicklas/capybara/master#Calling_remote_servers
Also check out cucumber http://cukes.info/ which plays well with rails+capybara combo and also has erlang port