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