cucumber-stats

Step statistics formatter for cucumber-js

Usage no npm install needed!

<script type="module">
  import cucumberStats from 'https://cdn.skypack.dev/cucumber-stats';
</script>

README

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!