/step-stats

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

Primary LanguageHTML

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