/getting_dumped

Rspec Formatter which aggregates information across multiple runs

Primary LanguageRubyMIT LicenseMIT

As of version 0.0.4, getting_dumped is compatible with rspec 3 :)

As of version 0.0.3, getting_dumped is compatible with all versions of ruby :)

GettingDumped Travis Build Status

GettingDumped is an rspec formatter that collects metrics information on tests across multiple runs.

Get dumped, this time for a good reason!

This project is still under active development.

Installation

Installing GettingDumped is easy.
You can add the GettingDumped gem by adding it to Gemfile as follows:

gem "getting_dumped"

or if you don’t use bundler for package management, you can install it using

gem install getting_dumped

from the command line.
Just put it in your Gemfile and run your specs like this from now on:

$ rspec --format GettingDumped --color spec

If you want to use GettingDumped as your default formatter, simply put the options in your .rspec file:

--format GettingDumped
--color

Once you start running tests, it will collect the test run times and dump it to the local sqlite database.

You can view the output by typing in:

bundle exec getting_dumped_server

You can then browse the run information at

http://localhost:4567/runs