Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 500 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 500 Bytes

Cucumber Step Stats

npm version

Cucumber.js formatter to display colorful step usage statictics

Usage

npm i cucumber-stats
./node_modules/.bin/cucumber-stats

Output shows the usage of the steps across scenarios ordered by usage count.

Use these stats to regular check your steps and avoid anti-patterns.

Happy BDDing!