Ruby Automating Artifact Generation on Capybara(-Webkit) Failures with Autopsy Reviews common process of investigating test failures and the Autopsy gem for automating generating useful artifacts.
Web Apps Testing Web Apps Developed via Vagrant Using Capybara Tips to for developing and testing web apps over Vagrant using the Capybara testing framework.
Ruby Beware of Capybara Interacting with Hidden DOM Elements Capybara-webkit was allowing us to interact with invisible or hidden DOM elements, and our tests had been suffering due to being allowed this leniency.
Ruby How to Keep Font Awesome from Crashing capybara-webkit If you're developing a Ruby on Rails application on OS X, you'll need this workaround to keep Font Awesome from crashing capybara-webkit.
Web Apps Testing HTML5 Offline Features Against a Remote Server Using Capybara/Selenium Covers the process of testing a mobile app with offline caching against a remote Windows server application.
Web Apps Better Key Events in Capybara-Webkit An overview of some changes I made to improve key press event handling in capybara-webkit.
Web Apps Given I Am Signed in Using capybara-webkit Directly authenticate a user from a Cucumber step by setting a cookie using capybara-webkit.
Ruby How to Click Text Using Capybara and Cucumber If you want to click text using Capybara, you could use find() and pass it :text hash as the last argument.