Edited README.md

This commit is contained in:
butomo1989 2018-06-25 22:56:05 +02:00
parent b4544ae90f
commit 780278b519

View file

@ -187,7 +187,10 @@ Genymotion
![Genymotion](images/logo_genymotion.png) ![Genymotion](images/logo_genymotion.png)
Docker-Android supports [Genymotion Cloud]. What you need is [device.json] and run following command Docker-Android supports [Genymotion Cloud].
You can easily scale your Appium tests on Genymotion Android virtual devices in the cloud.
Use [device.json] to define the device to start. You can specify the port on which the device will start so you don't need to change the device name in your tests every time you need to run those tests. Then run following command
```bash ```bash
export USER="xxx" export USER="xxx"
@ -343,7 +346,7 @@ Special Thanks
[example of compose file]: <docker-compose.yml> [example of compose file]: <docker-compose.yml>
[docker-compose]: <https://docs.docker.com/compose/install/> [docker-compose]: <https://docs.docker.com/compose/install/>
[1.13.0]: <https://github.com/docker/compose/releases/tag/1.13.0> [1.13.0]: <https://github.com/docker/compose/releases/tag/1.13.0>
[Genymotion Cloud]: <https://cloud.geny.io/signin> [Genymotion Cloud]: <https://www.genymotion.com/cloud/>
[device.json]: <genymotion/example/sample_devices/devices.json> [device.json]: <genymotion/example/sample_devices/devices.json>
[this docker-compose file]: <genymotion/example/geny.yml> [this docker-compose file]: <genymotion/example/geny.yml>
[adb_connection]: <images/adb_connection.png> [adb_connection]: <images/adb_connection.png>