Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muzammil123hussain/appium-python-robot
- Owner: muzammil123hussain
- Created: 2023-08-23T11:00:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T13:09:40.000Z (about 1 year ago)
- Last Synced: 2024-10-14T08:42:43.334Z (3 months ago)
- Topics: appium, mobile-app, python, python3, robot, robotframework, test-automation
- Language: RobotFramework
- Homepage:
- Size: 5.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)