AutoTest

This Gem tests your application automatically. With some configuration it will login and logout, click links, fill in forms and find exceptions. After finding an exception it will reduce the path to this error and show you the reduced path in a firefox browser.

Installation

Add this line to your application's Gemfile:

gem 'auto_test'

And then execute:

$ bundle

Or install it yourself as:

$ gem install auto_test

Usage

Contributing