Currently I am doing acceptance testing of my web applications using Cucumber and webrat. I realise that I can use Cucumber and selenium, but is there a better, perhaps pure JavaScript way to do it? (I currently use Jasmine and RSpec for my unit and integration tests).
Currently I am doing acceptance testing of my web applications using Cucumber and webrat.
Share
You might want to try Cucumber.js. It’s the official JavaScript port of Cucumber.