How to order feature files in Cucumber test suite?(如何在 Cucumber 测试套件中订购功能文件?)
问题描述
目前,我发现黄瓜测试套件按字母顺序运行功能文件.
Currently, I have found that cucumber test suite runs the feature files alphabetically.
如果有任何我可能遗漏的选项/配置,请告诉我.谢谢.
Please let me know if there is any option/configuration that I might be missing. Thanks.
推荐答案
在cucumber 4.2.0 中添加了cli选项--order
,见changelog 和 这个例子.
In cucumber 4.2.0 added cli option --order
, see changelog and this example.
这篇关于如何在 Cucumber 测试套件中订购功能文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!