开发者

Selenium grid tests with TestNG - multiple tests on multiple machines

we have开发者_如何学编程 a running selenium grid setup. Before the grid, when I started the tests with the suite parameter parallel="tests" it would start several browser instances on the same machine. Now that I've set up the grid, it only starts one test per machine. How can I change it, so that more tests per machine are started?


You'll need to run multiple RCs per node in the grid. The current structure of grid is such that only one session may be run on an RC at a time. I'm hoping to change this, but that's the state of the system as of 1.0.8.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜