Failtastic helps aggregate and display test failures at Meraki. A script polls your email IMAP, aggregates, and inserts into a DB. A rails app then displays all outstanding failures.
- Install ruby 1.9.3 (I recommend using rvm)
- run bundle install
- Create a db (rake db:migrate)
- Create config/mail.yml (ask grant for the failbot account credentials)
- Populate the DB with human replies going back a long way ruby script/mail_fetch.rb --fast --start "Apr 1 2012"
- Populate the DB with test failures going back only a few weeks ruby script/mail_fetch.rb --start "Jul 1"
- Start the server (rails s)