使用 TestNG 进行 Selenium 网格测试 - 在多台机器上进行多次测试

发布于 2024-09-15 19:54:37 字数 127 浏览 3 评论 0原文

我们有一个正在运行的硒网格设置。在网格之前,当我使用套件参数parallel=“tests”开始测试时,它将在同一台计算机上启动多个浏览器实例。现在我已经设置了网格,它只为每台机器启动一个测试。我该如何更改它,以便在每台机器上启动更多测试?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

此岸叶落 2024-09-22 19:54:37

您需要在网格中的每个节点运行多个 RC。当前的网格结构是,一次只能在 RC 上运行一个会话。我希望改变这一点,但这就是 1.0.8 版本的系统状态。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文