- install Node and NPM
- Run through cmd -> npm install -g appium
- Download Android SDK -> https://developer.android.com/studio/
- Create AVD(Android Virtual Device) using android version 7.1.1 with API >= 25
-
pip install Appium-Python-Client
-
pip install html-testRunner
That project will run on Android emulator instead of real device Android version should be 7.1.1
- Start appium server
- Start Android emulator running v7.1.1
- Navigate to project main directory and run python Tests.py file