AutoScreenshot, a Ruby .gem
Date:
2012-09-17
Tags:
design
automation
ruby
gem
tool
screenshot
I like to markup screenshots. So I built a small ruby .gem to automate the capturing of screenshots during automated testing, using RSpec.
It is a very basic gem that can be configured to have a timeout at certain paths, if the user needs to enter information, or login.
The code is online at https://github.com/afomi/auto_screenshot.