如何 运行 多机自动化

how to run automation in Multiple machine

我在 Eclipse 中使用 selenium 和 java 进行自动化。我有一个场景来创建 1000 个用户的注册,我的自动化每次注册需要 1 分钟。我想要的是,如何 运行 使用我的机器作为集线器在不同的 VM 中实现自动化以减少时间?我使用 Selenium 网格概念解决了这些问题。但是如何配置多节点呢?有例子吗?

您可以使用两个 diff cmd 实例作为示例来创建两个节点,以便在一台集线器机器的 diff 机器中运行您的测试

这篇 link 可能会对您有所帮助 :- http://www.software-testing-tutorials-automation.com/2016/04/running-multiple-nodes-of-selenium-grid.html

http://www.software-testing-tutorials-automation.com/2016/02/selenium-grid-2-configuration-setup-hub.html