Cucumber Step Stats
Cucumber formatter that generates stats on all steps that are used during testing.
Installation
-
Add
gem 'step-stats'to yourGemfile -
Do
bundle install
Configuration
-
By adding
--format StepStats::Formatterto yourcucumber.ymlfile. -
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