Skip to content

Commit

Permalink
Automated some steps in screen mirroring for real device
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed Feb 12, 2018
1 parent 366aa8b commit 5c9ad32
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -211,10 +210,10 @@ Special Thanks
[appium]: <https://appium.io>
[espresso]: <https://google.github.io/android-testing-support-library/docs/espresso/>
[robotium]: <https://github.com/RobotiumTech/robotium>
[docker android samsung]: <images/docker_android_samsung.png>
[docker android nexus]: <images/docker_android_nexus.png>
[emulator samsung]: <images/emulator_samsung_galaxy_s6.png>
[emulator nexus]: <images/emulator_nexus_5.png>
[real device]: <images/real_device.png>
[compose]: <images/compose.png>
[connected_devices]: <images/connected_devices.png>
[line]: <https://github.com/butomo1989/docker-android/blob/master/docker-compose.yml#L30>
[example of compose file]: <docker-compose.yml>
[docker-compose]: <https://docs.docker.com/compose/install/>
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file modified images/compose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/docker_android_nexus.png
Binary file not shown.
Binary file removed images/docker_android_samsung.png
Binary file not shown.
Binary file added images/emulator_nexus_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/emulator_samsung_galaxy_s6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/real_device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sm/asm.jar
Binary file not shown.

0 comments on commit 5c9ad32

Please sign in to comment.