Cucumber.js formatter to display colorful step usage statictics
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!