【发布时间】:2015-08-20 13:14:47
【问题描述】:
我正在使用 webdriver 来自动化网页上的一些操作,并创建了一个 selenium 测试套件 test.xml
<suite name="testSuite" verbose="1" parallel="tests" thread-count="5">
...all the tests in this suite...
</suite>
出于测试的目的,我想多次运行这个套件或连续运行1-2小时(单次运行只需2-3分钟)。
有没有简单的方法让套件反复运行?
谢谢!
【问题讨论】: