Print feature file names while running all the cucumber features
When I run all my cucumber features my system hangs, there seems to be a memory leak. I would like to find out which features create this problem. There are lot of feature files so I cannot run them individually
Using the pretty formatter will print the feature and scenario names as the tests run
cucumber --format pretty
You can also add this to the cucumber.yml config file if you are using rake to run the cukes.
链接地址: http://www.djcxy.com/p/82608.html上一篇: 黄瓜声明步骤定义使用网络
下一篇: 在运行所有黄瓜功能时打印功能文件名称