Skip to content

bmishkin/super_profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super_profile

enhanced speed profile formatters for rspec and cucumber

super_profile is a set of formatters for rspec and Cucumber that display the execution times of tests/features and files, sorted by runtime, regardless of sucess/failure of tests/features.

Installation

Installing super_profile is easy. Just put it in your Gemfile

gem 'super_profile'

run bundle install

If you don’t user Bundler you can install it using the gem command:

$ gem install super_profile

You can now run your features like this:

$ cucumber --format SuperProfile

and your specs like this:

$ rspec spec --format SuperProfile

If you want to use SuperProflie as your default formatter, simply put the option in your cucumber.yml file:

--format SuperProfile

About

enhanced speed profile formats for rspec and cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages