Capybara is a web application testing framework for Rack applications, such as Rails, Sinatra and Merb.
In RSpec i can use such code switch to popup window, link, How can i do such thing in Cucumber …
ruby capybara popupwindowI'm writing a Capybara test and using Rspec for the assertions. My test is failing because there is a CSS …
ruby rspec capybara case-insensitiveI really like the way RSpec is able to separate controller and view tests but have some problems with getting …
ruby-on-rails-3 configuration rspec capybara matcherI have a form_tag that generates the following HTML: <form accept-charset="UTF-8" action="http://www.example.com/product_…
ruby-on-rails-3 capybara minitestI"m using capybara for my integration/acceptance tests. They're in /spec/requests/ folder. Now I have a few helper …
ruby-on-rails ruby rspec capybaraWhat are the differences between PhantomJS and capybara-webkit? What are the advantages of capybara-webkit over PhantomJS? Which of the two …
capybara phantomjs capybara-webkit poltergeistDoes anybody know how to find if a page has a text more than once? I know I can use …
rspec cucumber capybaraI have a Select2 element on a page that loads results via ajax. Would like to test this with capybara/…
ruby-on-rails capybara capybara-webkit jquery-select2In Rails 3.2.9 I have custom error pages defines like this: # application.rb config.exceptions_app = self.routes # routes.rb match …
ruby-on-rails ruby rspec capybara