Chat automation with webdriverIO to run multiple Appium sessions on android devices by using multiremote() function
Chat Automation with WebdriverIO on two Android devices
- Java JDK
- Please install Java JDK 8 or higher from Oracle official web site https://www.oracle.com/java/technologies/javase-jdk8-downloads.html
- Node JS & NPM
- Please install from here https://nodejs.org/en/
- Android Studio & Emulators
- Please install from here https://developer.android.com/studio/install
- From the Android Studio main screen, go to
Tools -> AVD Manager.
- Press the "+ Create Virtual Device" button.
- Choose and download Pixel 2 (API 28, android 9.0) and Nexus 4 (API 24, android 7.0) and press "Finish" to create each virtual device
- From the root of the project
/chat-automation-with-webdriverio
run:npm install
npm run appium