diff --git a/README_GENYMOTION.md b/README_GENYMOTION.md index 6fed8df..8292630 100644 --- a/README_GENYMOTION.md +++ b/README_GENYMOTION.md @@ -15,6 +15,8 @@ You can easily scale your Appium tests on Genymotion Android virtual devices in docker run -it --rm -p 4723:4723 -v $PWD/genymotion/example/sample_devices:/root/tmp -e TYPE=SaaS -e USER=$USER -e PASS=$PASS budtmo/docker-android-genymotion ``` + In case you are interesed to play around with Genymotion on SaaS, you can register to [this link](http://bit.ly/2YP0P1l) to get 1000 free minutes for free. + 2. On PaaS (AWS)
Use [aws.json](genymotion/example/sample_devices/aws.json) to define configuration of EC2 instance and run following command: diff --git a/genymotion/example/geny.yml b/genymotion/example/geny.yml index 761b91e..22bacb3 100755 --- a/genymotion/example/geny.yml +++ b/genymotion/example/geny.yml @@ -12,7 +12,7 @@ services: # Please stop this container by using docker stop instead of docker-compose stop saas: - image: budtmo/docker-android-genymotion:1.8-p2-beta + image: budtmo/docker-android-genymotion depends_on: - selenium_hub privileged: true @@ -28,7 +28,7 @@ services: # Please stop this container by using docker stop instead of docker-compose stop aws: - image: budtmo/docker-android-genymotion:1.8-p2-beta + image: budtmo/docker-android-genymotion depends_on: - selenium_hub privileged: true