问题描述
我想了解一下, -将空手道与SauceLabs集成是有意义的 -如果是,则有好处
I would like to understand if, - it makes sense to have Karate integration with SauceLabs - Benefits if that is an Yes
此外,如果我想实现集成,应该使用什么方法.
Also, if i want to implement the integration what is the approach i should use.
我计划使用Selenium远程Web驱动程序来模仿类似的实现.请让我知道这是唯一可以采用的方法,还是有其他解决方法.
I am planning to mimic the similar implementation using Selenium remote web driver. Please let me know if this is the only approach that can be taken or there is any other way out for this.
推荐答案
是的,如果SauceLabs符合规范-请参考webDriverSession
的文档:"> https://github.com/intuit/karate/tree/master/karate-core#webdriversession
Yes, if SauceLabs conforms to the spec - refer to the documentation for webDriverSession
: https://github.com/intuit/karate/tree/master/karate-core#webdriversession
请注意,这已被证明可用于Zalenium: https: //github.com/intuit/karate/tree/master/karate-core#webdriverurl
Note that this has been proven to work with Zalenium: https://github.com/intuit/karate/tree/master/karate-core#webdriverurl
还有AWS Device Farm: https://twitter.com/ptrthomas/status/1222790566598991873
And also AWS Device Farm: https://twitter.com/ptrthomas/status/1222790566598991873
请注意,如果可以只使用Chrome,则Docker方法可能会给您带来更好的体验,但是您可以决定:"> https://github.com/intuit/karate/tree/master/karate-core#karate-chrome
Please note that if you are ok to use only Chrome, the Docker approach may give you a better experience, but you can decide: https://github.com/intuit/karate/tree/master/karate-core#karate-chrome
编辑-另请参见: https://stackoverflow.com/a/64682293/143475
这篇关于KARATE与SauceLabs集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!