'Is there any documentation or sample project available for android and iOS native application automation testing using webdriverio tool?
I am using webdriverio automation tool for web application automation. And recently, I am looking forward to automation the native Android and iOS mobile application as well. When I search details on https://webdriver.io/, I do read about the availability of mobile automation support but it does not provide any details on how to configure and achieve it. Can someone please give me relevant information that will help me automation the native applications using webdriverio tool.
Solution 1:[1]
Use the this as example https://github.com/webdriverio/appium-boilerplate/. I am using for my project and is working as expected.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Martín Gómez |
