如何测量黄瓜步骤的执行时间

发布于 2024-12-02 09:14:16 字数 79 浏览 1 评论 0原文

我正在寻找一种方法来测量黄瓜步骤的执行时间。使用 junit 格式,我设法获得了一些有关功能和场景执行时间的数据,但我还想查看场景内步骤的时间。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

久夏青 2024-12-09 09:14:17
cucumber --format usage

“打印使用步骤定义的位置。最慢的步骤定义(带持续时间)首先列出。”

cucumber --format usage

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

喜爱纠缠 2024-12-09 09:14:17
"-Dcucumber.options= -p usage"

这将按步骤定义的平均执行时间对步骤定义进行排序。

"-Dcucumber.options= -p usage"

This sorts the Step Definitions by their average execution time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文