2
我記錄了與風車一些互動,當我點擊保存,我得到以下(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並行化。但現在我無法運行這個簡單的測試。
我希望有人能幫助我:)。