From 780278b5199c18e4c7509b48d0894c709c218499 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Mon, 25 Jun 2018 22:56:05 +0200 Subject: [PATCH] Edited README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8343aff..90b1b90 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,10 @@ Genymotion ![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 export USER="xxx" @@ -343,7 +346,7 @@ Special Thanks [example of compose file]: [docker-compose]: [1.13.0]: -[Genymotion Cloud]: +[Genymotion Cloud]: [device.json]: [this docker-compose file]: [adb_connection]: