diff --git a/README.md b/README.md index d421e65..30eb5f8 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Docker-Android is a docker image built to be used for everything related to mobile website testing and Android project. -Samsung Device | Google Device -:---------------------------:|:---------------------------: -![][docker android samsung] | ![][docker android nexus] +Emulator - Samsung Device | Emulator - Nexus Device | Real Device +:---------------------------:|:---------------------------:|:---------------------------: +![][emulator samsung] |![][emulator nexus] |![][real device] Purpose ------- @@ -139,7 +139,6 @@ You can deactivate auto_record by changing the value to "False" in docker-compos ### Docker-Compose ![][compose] -![][connected_devices] There is [example of compose file] to run complete selenium grid and docker-android container as nodes. [docker-compose] version [1.13.0] or higher is required to be able to execute that compose file. @@ -211,10 +210,10 @@ Special Thanks [appium]: [espresso]: [robotium]: -[docker android samsung]: -[docker android nexus]: +[emulator samsung]: +[emulator nexus]: +[real device]: [compose]: -[connected_devices]: [line]: [example of compose file]: [docker-compose]: diff --git a/docker-compose.yml b/docker-compose.yml index 6544811..5eeb541 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,6 +27,7 @@ services: - APPIUM=true - SELENIUM_HOST=selenium_hub - AUTO_RECORD=True + - BROWSER_NAME=chrome # Docker-Android for Android application testing nexus_7.1.1: diff --git a/images/compose.png b/images/compose.png index 7bf2108..4904f21 100644 Binary files a/images/compose.png and b/images/compose.png differ diff --git a/images/docker_android_nexus.png b/images/docker_android_nexus.png deleted file mode 100644 index e321b7c..0000000 Binary files a/images/docker_android_nexus.png and /dev/null differ diff --git a/images/docker_android_samsung.png b/images/docker_android_samsung.png deleted file mode 100644 index d4ad695..0000000 Binary files a/images/docker_android_samsung.png and /dev/null differ diff --git a/images/emulator_nexus_5.png b/images/emulator_nexus_5.png new file mode 100644 index 0000000..21cd49e Binary files /dev/null and b/images/emulator_nexus_5.png differ diff --git a/images/emulator_samsung_galaxy_s6.png b/images/emulator_samsung_galaxy_s6.png new file mode 100644 index 0000000..6e758c8 Binary files /dev/null and b/images/emulator_samsung_galaxy_s6.png differ diff --git a/images/real_device.png b/images/real_device.png new file mode 100644 index 0000000..648beab Binary files /dev/null and b/images/real_device.png differ diff --git a/sm/asm.jar b/sm/asm.jar new file mode 100755 index 0000000..295053b Binary files /dev/null and b/sm/asm.jar differ