我想使用量角器在selenium网格上运行测试,该网格运行于:
http://<ip_address>:4444/
在我的配置文件中,我有:
seleniumAddress: "http://32.14.98.73:4444/wd/hub",
当我运行测试时,它们在本地运行并在本地系统上启动浏览器。 ?这需要还有什么其他工作吗?
在日志中我有:
[18:20:05] I/direct - Using ChromeDriver directly...
[18:20:05] I/launcher - Running 1 instances of WebDriver
答案 0 :(得分:1)
将对象directConnect的配置文件更改为directConnect:false
。有关directConnect
和seleniumAddress
的详细说明,请参阅以下链接Difference running Protractor with/without Selenium?