Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 704 Bytes

Appium + WebDriver.IO Demo Framework - Android & IOS Example

For this repository is recommended to install node 18+ https://nodejs.org/en/download/package-manager

You can find the app in this url https://github.com/saucelabs/my-demo-app-rn/releases

Run on ios can be done by running the command

npm run wdio

For run the test on android run the command

npm run wdioAndroid

If you want to run an specific test add --spec flag with the test that you want to run, for example to run draw test on android

npm run wdioAndroid -- --spec ./test/specs/draw.e2e.js