mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-29 19:00:34 +00:00
Updated README.md
This commit is contained in:
@@ -4,7 +4,7 @@ Docker-Android-Appium
|
||||
[](https://travis-ci.org/butomo1989/docker-appium)
|
||||
[](https://codecov.io/gh/butomo1989/docker-appium)
|
||||
|
||||
Android emulator and Appium server in docker solution.
|
||||
Android emulator and Appium server in docker solution with noVNC supported.
|
||||
|
||||
Requirements
|
||||
------------
|
||||
@@ -46,7 +46,15 @@ Quick Start
|
||||
|
||||
![][Appium is ready]
|
||||
|
||||
5. Run your UI tests by using docker-appium.
|
||||
*The name of created emulator can be seen in that terminal. In screenshot above, the emulator name is* ***emulator_4.2.2***.
|
||||
|
||||
5. Run your UI tests by using docker-appium and Android emulator will be started automatically by following desire capability:
|
||||
|
||||
```
|
||||
desired_caps = {
|
||||
'avd': 'emulator_4.2.2'
|
||||
}
|
||||
```
|
||||
|
||||
***Note: In folder "example" there is an example of Appium-UITest that is written in python.***
|
||||
|
||||
|
||||
Reference in New Issue
Block a user