我记录了一些与风车的交互,当我点击保存时,我得到以下(python)脚本:
# Generated by the windmill services transformer
from windmill.authoring import WindmillTestClient
def test_recordingSuite0():
client = WindmillTestClient(__name__)
client.type(text=u'Hello World', id=u'lst-ib')
client.click(link=u'Hello world program - Wikipedia, the free encyclopedia')
client.waits.forPageLoad(timeout=u'20000')
现在我不知道如何运行它。最后,我需要一个可以同时运行 100 个测试的脚本。
但是,如果我运行一个测试并且很容易将它与 python 并行化。但现在我无法运行这个简单的测试。
我希望有一个人可以帮助我 :)。