This is example how to run appium on local machine to setup Instagram application for Android. Example is based on BDD Test Scenarios
- Install and configure Android studio
- Install python
- Install Node JS
- Install Appium by typing in console: npm install -g appium
- Install doctor, verify that your system is ok for appium: npm install -g appium-doctor
- Check your system is ok by running: appium-doctor
- Install robotframework via: "pip install robotframework"
- Install robotframework library for appium: pip install robotframework-appiumlibrary
- To see all libraries that we have: pip list
- In console type: adb devices
- Install Vysor to see your device on the screen and debug it
Uiautomatorviewer or Appium inspector will be used to inspect the elements in the Instagram interface
To run the robot test you need to go to the project directory called instagram and type: robot -d Output Tests