سؤال

I'm looking for a way to measure the execution time of my cucumber steps. Using the junit format I managed to get some data about the execution time of the features and scenarios, but I would like to see the times of the steps inside the scenarios as well.

هل كانت مفيدة؟

المحلول

cucumber --format usage

"Prints where step definitions are used. The slowest step definitions (with duration) are listed first."

نصائح أخرى

"-Dcucumber.options= -p usage"

This sorts the Step Definitions by their average execution time.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top