Selenium webdriver 同时在2个代理上运行teamcity上的selenium测试会引发错误

Selenium webdriver 同时在2个代理上运行teamcity上的selenium测试会引发错误,selenium-webdriver,continuous-integration,automated-tests,teamcity,webdriver-io,Selenium Webdriver,Continuous Integration,Automated Tests,Teamcity,Webdriver Io,因此,我和我的同事正试图在Teamcity CI上同时运行UI测试 如果他开始在我之前在一个构建代理上运行他的测试,而我在另一个代理上启动我的测试,那么会发生什么: 'selenium' errored after 1.63 s Error: Selenium exited before it could start at ChildProcess.errorIfNeverStarted (D:\TC\Smith\work\dbf31e6f7e500354\node_modules\s

因此,我和我的同事正试图在Teamcity CI上同时运行UI测试

如果他开始在我之前在一个构建代理上运行他的测试,而我在另一个代理上启动我的测试,那么会发生什么:

     'selenium' errored after 1.63 s
Error: Selenium exited before it could start
at ChildProcess.errorIfNeverStarted (D:\TC\Smith\work\dbf31e6f7e500354\node_modules\selenium-standalone\lib\start.js:128:15)
 at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
 at Process.ChildProcess._handle.onexit (internal/child_process.js:204:12)
两个代理都在同一个虚拟主机上,我们都使用chrome和chrome驱动程序来运行测试(使用selenium的JS测试)

有人知道如何同时运行它们,而不是等待对方吗