RSpec::Core::Formatters::TurnipFormatter

TurnipFormatter is a pretty custom formatter for Turnip.

Build Status Coverage Status Code Climate Dependency Status

Requirements

  • Ruby
    • ~> 1.9.3
    • ~> 2.0.0

Installation

RubyGems

$ gem install turnip_formatter

Bundler

Add this line to your application's Gemfile:

group :test do
  gem 'turnip_formatter'
end

And then execute:

$ bundle install

Usage

Run this command.

$ rspec -r turnip_formatter --format RSpecTurnipFormatter --out report.html

Screenshot

Step overview

Tab steps

expand:

Expand tab steps

Speed Statistics

Expand tab steps

Feature Statistics

Expand tab steps

Tag Statistics

Expand tab steps

Example

see https://github.com/gongo/turnip_formatter/tree/master/example

Add-on

License

see LICENSE.txt