我正在使用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分钟)。
是否有一种简单的方法可以让套件一次又一次地运行?
谢谢!
答案 0 :(得分:0)