空手道与 SauceLabs 的集成
KARATE integration with SauceLabs
我想了解,如果,
- 将 Karate 与 SauceLabs 集成是有意义的
- 如果是,则受益
此外,如果我想实施集成,我应该使用什么方法。
我打算使用 Selenium 远程 Web 驱动程序模仿类似的实现。请让我知道这是唯一可以采用的方法还是有任何其他解决方法。
是的,如果 SauceLabs 符合规范 - 请参阅 webDriverSession
的文档:https://github.com/intuit/karate/tree/master/karate-core#webdriversession
请注意,这已被证明适用于 Zalenium:https://github.com/intuit/karate/tree/master/karate-core#webdriverurl
还有 AWS Device Farm:https://twitter.com/ptrthomas/status/1222790566598991873
请注意,如果您可以只使用 Chrome,Docker 方法可能会给您更好的体验,但您可以决定:https://github.com/intuit/karate/tree/master/karate-core#karate-chrome
编辑 - 另见:
我想了解,如果, - 将 Karate 与 SauceLabs 集成是有意义的 - 如果是,则受益
此外,如果我想实施集成,我应该使用什么方法。
我打算使用 Selenium 远程 Web 驱动程序模仿类似的实现。请让我知道这是唯一可以采用的方法还是有任何其他解决方法。
是的,如果 SauceLabs 符合规范 - 请参阅 webDriverSession
的文档:https://github.com/intuit/karate/tree/master/karate-core#webdriversession
请注意,这已被证明适用于 Zalenium:https://github.com/intuit/karate/tree/master/karate-core#webdriverurl
还有 AWS Device Farm:https://twitter.com/ptrthomas/status/1222790566598991873
请注意,如果您可以只使用 Chrome,Docker 方法可能会给您更好的体验,但您可以决定:https://github.com/intuit/karate/tree/master/karate-core#karate-chrome
编辑 - 另见: