0.0
No commit activity in last 3 years
No release in over 3 years
the historical RSpec run formatter
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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