我写了这个小黄瓜功能,效果很好。但是我的公司要求我能够在测试期间运行它几次。我们有一个应用程序的客户端,它控制服务器端来模拟使用该软件的真人。所以我的客户端被实例化一次并且必须运行 3 次这个场景。
有没有像我可以在这里使用的“for”语句?
Feature: Test program startup time
Background:
Given my program is activated with a licence
Scenario: Startup
Given I want to use a clean installation
Given the user preferences file is user_startup_performances.config
Given the CurrentPath directory is empty
Given I want to monitor startup performances
Then I want to log those data
干杯!