Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 610 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 610 Bytes

Gem Version

Cucumber Step Stats

Cucumber formatter that generates stats on all steps that are used during testing.

Installation

  1. Add gem 'step-stats' to your Gemfile

  2. Do bundle install

Configuration

  1. By adding --format StepStats::Formatter to your cucumber.yml file.

  2. Or, use it directly when running cucumber with the option --format StepStats::Formatter.

Output

The result is an HTML file which is saved in tmp/step_stats.html