1.0.3 • Published 2 years ago
cucumber-stats v1.0.3
Cucumber Step Stats
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!