Capybara Screenshot 1.0.0
3 years ago, being a newbie to Ruby and Rails, I found the acceptance test workflow tedious, specifically in regards to trying to debugging failing full stack browser tests. Inspired by a gem by Joel Chippindale, I created Capybara Screenshot with the aim of providing automatic screenshots for any testing framework using Capybara.
Today, I am proud to say the Capybara Screenshot gem has finally reached a stable version release of 1.0.0, and supports RSpec, Cucumber, Spinach, MiniTest and TestUnit. And impressively, according to RubyGems, it has now had more than 550,000 downloads to date, equivalent to roughly 1% Rails’ downloads.
If those numbers are at all accurate, and this gem is helping even 1% of the Rails community, then I am a happy man for contributing something back.
View the changelog for the 1.0.0 release.

