Skip to content

Next generation_Testing_Brainstorm

Matt Wagner edited this page Oct 25, 2012 · 1 revision

Next-generation Testing Brainstorm

capybara-webkit

capybara-webkit uses webkit under the hood for more robust test capabilities, including the ability to test and interact with JavaScript.

rspec request specs

Request specs exercise the full application stack just as Cucumber does, but without the obscurity of Gherkin.

RSpec Request Specs vs Cucumber

request specs
testing devise with rspec request-specs and capybara
Rails cast 257 rspec request specs
Rails cast 275 follow-up

Clone this wiki locally