Capybara is a web application testing framework for Rack applications, such as Rails, Sinatra and Merb.
I'm trying to create a spec for a sign out flow by using factorygirl to create a user and then …
ruby-on-rails-4 rspec devise capybara factory-botI'm new to Capybara and testing on Rails in general, so please forgive me if this is a simple answer. …
javascript ruby-on-rails-3 capybaraI'm implementing a lazy login feature. My cucumber feature should describe it: Feature: User log in Scenario: Lazy login Given …
ruby-on-rails cookies capybaraI am developing an app for Shopify and I want to do integration testing. I need to be able to …
ruby-on-rails capybara shopifyI am trying to test an inplace editor using Cucumber/Capybara/Selenium stack, but my problem is that the editor …
selenium cucumber integration-testing webdriver capybaraI am trying to scan rows in a HTML table using partial href xpath and perform further tests with that …
ruby selenium-webdriver cucumber capybara cucumber-jvmI wanted to do find by class_name and return last element among all elements. In jquery, we can write …
capybaraPhantomJS has the option of taking a screenshot of the whole page (not just the current viewport). Is there any …
selenium cucumber capybara screenshotThe capybara method, wait_until doesn't seems to work for capybara-webkit. Is there any alternate solution for that, or any …
capybara capybara-webkit