量角器不会 运行 与硒网格
Protractor will not run with selenium grid
我想使用量角器 运行 selenium 网格上的测试,运行s 在 :
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
将对象 directConnect 的配置文件更改为 directConnect:false
。关于directConnect
和seleniumAddress
的详细理解参考下面link
我想使用量角器 运行 selenium 网格上的测试,运行s 在 :
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
将对象 directConnect 的配置文件更改为 directConnect:false
。关于directConnect
和seleniumAddress
的详细理解参考下面link