Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个正在运行的硒网格设置。在网格之前,当我使用套件参数 parallel="tests" 开始测试时,它将在同一台机器上启动多个浏览器实例。现在我已经设置了网格,每台机器只开始一个测试。如何更改它,以便开始每台机器的更多测试?
您需要为网格中的每个节点运行多个 RC。当前的网格结构是这样的,一次只能在 RC 上运行一个会话。我希望改变这一点,但这是 1.0.8 的系统状态。