Files
docker-android/example/android/python/README.md

17 lines
307 B
Markdown
Raw Normal View History

2017-04-21 15:18:01 +02:00
Docker-Android Sample UITests with Appium
-----------------------------------------
2016-12-22 14:29:57 +01:00
2017-04-21 15:18:01 +02:00
Example UI test with [Appium] to use docker-android.
2016-12-22 14:29:57 +01:00
Requirements
============
1. docker-appium
2. python
Quick Start
===========
2016-12-22 14:55:01 +01:00
1. pip install -r requirements.txt
2016-12-22 14:38:10 +01:00
2. python app_simple.py
2017-04-21 15:18:01 +02:00
[Appium]: <https://appium.io>