我的testng.xml:運行測試與硒網格
<suite name="Tests Suite" time-out="300000" verbose="1" annotations="JDK" thread-count="4" parallel="tests">
<test name="Tests1">
<classes>
<class name="TestingClass1">
</class>
</classes>
</test>
</suite>
在「TestingClass1」有4次測試,但 硒電網只觸發了單個節點上的測試。
可能有人請幫我找出我在做什麼錯誤,以及如何觸發平行試驗,在此先感謝。
你也可以發佈你的每個節點的配置文本文件?我看到你的testng文件沒有錯誤,並希望你的節點配置中沒有錯誤,對於你正在使用的每臺機器。 –