是否可以在远程网络驱动程序上使用空手道UI测试



实际上,我正在寻求将browserstack与Karate集成以实现UI自动化。如果可能或有人尝试过,请告诉我输入。

请参阅文档中的webDriverSession:https://github.com/intuit/karate/tree/develop/karate-core#webdriversession

示例:

* def session = { capabilities: { browserName: 'chrome' }, desiredCapabilities: { browserName: 'chrome' } }
* configure driver = { type: 'chromedriver', webDriverSession: '#(session)', start: false, webDriverUrl: 'http://localhost:9515/wd/hub' }

最新更新