我正在尝试wdio和saucelabs。我看到通过输出sessionID来配置报告https://wiki.saucelabs.com/display/DOCS/Setting+Up+Reporting+between+Sauce+Labs+and+Jenkins的方法
我无法弄清楚如何使用webdriverio javascript方法。
如果使用javascript可以实现这一点,你能指出一些例子吗?
答案 0 :(得分:0)
WebdriverIO附带一个Sauce服务,可自动为您整合:http://webdriver.io/guide/services/sauce.html
如果您对更多详情感兴趣,I wrote a blog post about a similar method I used for integrating Jenkins and Browserstack。