Capybara is a web application testing framework for Rack applications, such as Rails, Sinatra and Merb.
I'd like to use my Cucumber/Capybara setup to test endless scroll by driving a browser and scrolling to the …
cucumber capybaraI have an app that uses subdomains to switch databases (multi-tenancy). I'm trying to use Capybara for integration testing, and …
ruby-on-rails integration-testing capybaraFor what seems to be a simple question I've been on this for a stupidly long time and can't seem …
ruby automation capybaraI'm trying to use selenium for the first time in a rails 3 app. (I've used it before with rails 2). I'm …
ruby-on-rails-3 selenium capybaraI am trying to get to grips with BDD web development in Ruby using cucumber + capybara and I am stuck …
ruby cucumber capybaraI'm improving my tests with RSpec and capybara-webkit, trying to delete all the css and xpath selectors like find('#…
ruby-on-rails testing rspec capybara capybara-webkitI have the following spec: it "deletes post", :js => true do ... ... page.status_code.should = '404' end The …
ruby-on-rails selenium rspec capybaraI'm writing some automated tests using Capybara/RSpec, I choose/configure the driver by using this little bit of ruby: …
google-chrome webdriver capybara popup-blockerI need to send some key-presses to a web app in an integration test that uses Capybara and WebKit. Using …
ruby-on-rails webkit capybara keypressIf I've got some HTML like: <div id='drawer'><ul><li><a href=…
capybara