79415128

Date: 2025-02-05 14:46:44
Score: 0.5
Natty:
Report link

For Cucumber JVM users, you may use the 'unused' plugin. In cucumber.properties, define

cucumber.execution.dry-run=true
cucumber.plugin=unused:target/unused.log

After running the test suite, there should be a file unused.log in the target folder that lists all unused step definitions.

Link: https://jdriven.com/blog/2019/01/cucumber-jvm-plugin

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Elias Toivanen