Project

step-stats

0.0
No commit activity in last 3 years
No release in over 3 years
Cucumber formatter that generates stats on all steps that are used during testing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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