Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muzammil123hussain/appium-python-robot

Demo tutorial project for automating android mobile app test automation with appium using python as a lungunage and robot as a framework
https://github.com/muzammil123hussain/appium-python-robot

appium mobile-app python python3 robot robotframework test-automation

Last synced: about 2 months ago
JSON representation

Demo tutorial project for automating android mobile app test automation with appium using python as a lungunage and robot as a framework

Awesome Lists containing this project

README

        

# Appium-Python-Robot
Demo tutorial project for automating android mobile app test automation with appium using python as a lungunage and robot as a framework

# Steps to run thes tests

1. clone repo and move into project directory
2. create virtual env (virtualenv venv -p python3.8)
3. activate virtual env (source venv/bin/activate)
4. run pip install -r requirements.tx
5. create emulator
6. start emulator
7. start appium server
8. change desired capabilities in config file
9. run robot tests/

## Enjoy and learn Appium with python
## Author - Muzammil Hussain (SQA - TEST Automation Engineer)