Updated readme

This commit is contained in:
butomo1989 2019-06-13 22:47:51 +07:00
parent 98a3b3d8d5
commit 3479738457
2 changed files with 4 additions and 2 deletions

View file

@ -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) <br />
Use [aws.json](genymotion/example/sample_devices/aws.json) to define configuration of EC2 instance and run following command:

View file

@ -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