【发布时间】:2014-12-09 21:42:18
【问题描述】:
我一直在尝试针对在另一台机器上运行的 SauceConnect sc 实例运行实习生测试(实习生 2.1)。 我尝试了各种配置,例如
tunnel : "SauceLabsTunnel",
tunnelOptions : {
hostname : 'remotehost'
}
但这不起作用,我也尝试使用 proxyUrl、proxy、proxyPort 选项和同样的问题。我总是收到错误failed to remove matching tunnels
【问题讨论】:
-
edit:实际上我刚刚在 irc 上看到了一个回复,指出当为http://theintern.github.io/digdug 使用远程 WebDriver 隧道实例时,我应该改用
tunnel : 'NullTunnel'。感谢#intern