docker-android/README.md

224 lines
10 KiB
Markdown
Raw Normal View History

2017-11-23 20:03:12 +00:00
<p align="center">
<img id="header" src="./images/logo_dockerandroid_small.png" />
</p>
2016-12-22 13:29:57 +00:00
2017-06-29 08:04:05 +01:00
[![Join the chat at https://gitter.im/butomo1989/docker-android](https://badges.gitter.im/butomo1989/docker-android.svg)](https://gitter.im/butomo1989/docker-android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2017-04-12 16:19:03 +01:00
[![Build Status](https://travis-ci.org/butomo1989/docker-android.svg?branch=master)](https://travis-ci.org/butomo1989/docker-android)
2017-11-23 20:03:12 +00:00
[![Docker Pulls](https://img.shields.io/docker/pulls/butomo1989/docker-android-x86-7.1.1.svg?style=flat-square&style=plastic)](https://hub.docker.com/r/butomo1989/docker-android-x86-7.1.1/)
2017-04-12 16:19:03 +01:00
[![codecov](https://codecov.io/gh/butomo1989/docker-android/branch/master/graph/badge.svg)](https://codecov.io/gh/butomo1989/docker-android)
2017-05-24 11:01:10 +01:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3f000ffb97db45a59161814e1434c429)](https://www.codacy.com/app/butomo1989/docker-appium?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=butomo1989/docker-appium&amp;utm_campaign=Badge_Grade)
2016-12-22 13:33:30 +00:00
2017-05-19 10:17:19 +01:00
Docker-Android is a docker image built to be used for everything related to mobile website testing and Android project.
2016-12-22 13:29:57 +00:00
Emulator - Samsung Device | Emulator - Nexus Device | Real Device
:---------------------------:|:---------------------------:|:---------------------------:
![][emulator samsung] |![][emulator nexus] |![][real device]
2016-12-22 13:29:57 +00:00
2017-04-04 16:57:55 +01:00
Purpose
-------
2017-05-19 12:42:15 +01:00
1. Run UI tests for mobile websites with [appium]
2017-05-19 10:17:19 +01:00
2. Build Android project and run unit tests with the latest build-tools
3. Run UI tests for Android applications with different frameworks ([appium], [espresso], [robotium], etc.)
4. Run monkey / stress tests
5. SMS testing
2017-04-04 16:57:55 +01:00
2017-04-24 13:04:16 +01:00
Advantages compare with other docker-android projects
-----------------------------------------------------
2017-04-24 13:04:16 +01:00
1. noVNC to see what happen inside docker container
2017-05-19 10:17:19 +01:00
2. Emulator for different devices / skins, such as Samsung Galaxy S6, LG Nexus 4, HTC Nexus One and more.
3. Ability to connect to Selenium Grid
4. Ability to control emulator from outside container by using adb connect
2017-11-03 10:12:15 +00:00
5. Support real devices with screen mirroring
6. Ability to record video during test execution for debugging
7. Open source with more features coming
2017-04-04 16:57:55 +01:00
List of Docker images
---------------------
|Supported OS |Android version |API level |Image name |Image status |
|:---|:---|:---|:---|:---:|
|Linux|5.0.1|21|butomo1989/docker-android-x86-5.0.1|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-x86-5.0.1.svg)](https://microbadger.com/images/butomo1989/docker-android-x86-5.0.1 "Get your own image badge on microbadger.com")|
|Linux|5.1.1|22|butomo1989/docker-android-x86-5.1.1|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-x86-5.1.1.svg)](https://microbadger.com/images/butomo1989/docker-android-x86-5.1.1 "Get your own image badge on microbadger.com")|
|Linux|6.0|23|butomo1989/docker-android-x86-6.0|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-x86-6.0.svg)](https://microbadger.com/images/butomo1989/docker-android-x86-6.0 "Get your own image badge on microbadger.com")|
2017-04-21 10:23:24 +01:00
|Linux|7.0|24|butomo1989/docker-android-x86-7.0|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-x86-7.0.svg)](https://microbadger.com/images/butomo1989/docker-android-x86-7.0 "Get your own image badge on microbadger.com")|
2017-04-21 14:06:53 +01:00
|Linux|7.1.1|25|butomo1989/docker-android-x86-7.1.1|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-x86-7.1.1.svg)](https://microbadger.com/images/butomo1989/docker-android-x86-7.1.1 "Get your own image badge on microbadger.com")|
|OSX / Windows|5.0.1|21|butomo1989/docker-android-arm-5.0.1|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-arm-5.0.1.svg)](https://microbadger.com/images/butomo1989/docker-android-arm-5.0.1 "Get your own image badge on microbadger.com")|
|OSX / Windows|5.1.1|22|butomo1989/docker-android-arm-5.1.1|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-arm-5.1.1.svg)](https://microbadger.com/images/butomo1989/docker-android-arm-5.1.1 "Get your own image badge on microbadger.com")|
|OSX / Windows|6.0|23|butomo1989/docker-android-arm-6.0|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-arm-6.0.svg)](https://microbadger.com/images/butomo1989/docker-android-arm-6.0 "Get your own image badge on microbadger.com")|
2017-04-21 10:23:24 +01:00
|OSX / Windows|7.0|24|butomo1989/docker-android-arm-7.0|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-arm-7.0.svg)](https://microbadger.com/images/butomo1989/docker-android-arm-7.0 "Get your own image badge on microbadger.com")|
2017-04-21 14:06:53 +01:00
|OSX / Windows|7.1.1|25|butomo1989/docker-android-arm-7.1.1|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-arm-7.1.1.svg)](https://microbadger.com/images/butomo1989/docker-android-arm-7.1.1 "Get your own image badge on microbadger.com")|
2017-11-03 10:12:15 +00:00
|All |-|-|butomo1989/docker-android-real-device|[![](https://images.microbadger.com/badges/image/butomo1989/docker-android-real-device.svg)](https://microbadger.com/images/butomo1989/docker-android-real-device "Get your own image badge on microbadger.com")|
2017-04-24 13:04:16 +01:00
List of Devices
---------------
Type | Device Name
----- | -----
Phone | Samsung Galaxy S6
Phone | Nexus 4
Phone | Nexus 5
Phone | Nexus One
Phone | Nexus S
Tablet | Nexus 7
Requirements
------------
Docker is installed in your system.
2016-12-22 13:29:57 +00:00
Quick Start
-----------
2017-04-24 13:04:16 +01:00
1. Run docker-android
2016-12-22 13:29:57 +00:00
2017-04-26 10:34:38 +01:00
- For ***Linux OS***, please use image name that contains "x86"
```bash
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container butomo1989/docker-android-x86-7.1.1
```
- For ***OSX*** and ***Windows OS***, please use image name that contains "arm"
```bash
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container butomo1989/docker-android-arm-7.1.1
```
2017-02-28 14:36:43 +00:00
2017-04-24 13:04:16 +01:00
2. Verify the ip address of docker host.
2016-12-22 13:29:57 +00:00
2017-01-08 16:24:38 +00:00
- For OSX, you can find out by using following command:
2016-12-22 13:29:57 +00:00
2017-02-11 22:37:27 +00:00
```bash
docker-machine ip default
```
2016-12-22 13:29:57 +00:00
2017-01-08 16:24:38 +00:00
- For different OS, localhost should work.
2017-04-26 10:34:38 +01:00
3. Open ***http://docker-host-ip-address:6080*** from web browser.
2017-01-08 16:24:38 +00:00
2017-04-24 13:04:16 +01:00
Run Appium Server
-----------------
2017-01-08 16:24:38 +00:00
2017-04-24 13:04:16 +01:00
Appium is automation test framework to test mobile website and mobile application, including android. To be able to use appium, you need to run appium-server. You run appium server inside docker-android container by ***opening port 4723*** and ***passing an environment variable APPIUM=TRUE***.
2016-12-22 13:29:57 +00:00
2017-04-24 13:04:16 +01:00
```bash
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -p 4723:4723 -e DEVICE="Samsung Galaxy S6" -e APPIUM=True --name android-container butomo1989/docker-android-x86-7.1.1
```
2017-04-12 13:25:12 +01:00
2017-04-24 13:04:16 +01:00
### Connect to Selenium Grid
2017-02-28 14:36:43 +00:00
2017-04-24 13:04:16 +01:00
It is also possible to connect appium server that run inside docker-android with selenium grid by passing following environment variables:
2017-02-28 14:36:43 +00:00
2017-04-24 13:04:16 +01:00
- CONNECT\_TO\_GRID=True
- APPIUM_HOST="\<host\_ip\_address>"
- APPIUM_PORT=\<port\_number>
- SELENIUM_HOST="\<host\_ip\_address>"
- SELENIUM_PORT=\<port\_number>
2017-02-28 14:36:43 +00:00
To run tests for mobile browser, following parameter can be passed:
- MOBILE\_WEB\_TEST=True
2017-05-29 13:34:35 +01:00
```bash
docker run --privileged -d -p 6080:6080 -p 4723:4723 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" -e APPIUM=True -e CONNECT_TO_GRID=True -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 -e SELENIUM_HOST="172.17.0.1" -e SELENIUM_PORT=4444 -e MOBILE_WEB_TEST=True --name android-container butomo1989/docker-android-x86-7.1.1
```
2017-04-24 13:04:16 +01:00
### Share Volume
If you want to use appium to test UI of your android application, you need to share volume where the APK is located to folder ***/root/tmp***.
2017-02-28 14:36:43 +00:00
2017-04-24 13:04:16 +01:00
```bash
2017-05-04 15:32:01 +01:00
docker run --privileged -d -p 6080:6080 -p 4723:4723 -p 5554:5554 -p 5555:5555 -v $PWD/example/sample_apk:/root/tmp -e DEVICE="Nexus 5" -e APPIUM=True -e CONNECT_TO_GRID=True -e APPIUM_HOST="127.0.0.1" -e APPIUM_PORT=4723 -e SELENIUM_HOST="172.17.0.1" -e SELENIUM_PORT=4444 --name android-container butomo1989/docker-android-x86-7.1.1
2017-04-24 13:04:16 +01:00
```
2017-04-04 16:57:55 +01:00
2017-11-14 14:38:46 +00:00
### Video Recording
2017-11-01 14:53:25 +00:00
You can deactivate auto_record by changing the value to "False" in docker-compose file. e.g. change value to "False" in this [line].
2017-05-29 13:34:35 +01:00
### Docker-Compose
![][compose]
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.
```bash
docker-compose up -d
```
2017-04-12 13:25:12 +01:00
Control android emulator outside container
------------------------------------------
```bash
adb connect <docker-machine-ip-address>:5555
```
![][adb_connection]
**Note:** You need to have Android Debug Bridge (adb) installed in your host machine.
SMS Simulation
--------------
1. Using telnet
- Find the auth_token and copy it.
```bash
docker exec -it android-container cat /root/.emulator_console_auth_token
```
- Access emulator using telnet and login with auth_token
```bash
telnet <docker-machine-ip-address> 5554
```
- Login with given auth_token from 1.step
```bash
auth <auth_token>
```
- Send the sms
```bash
sms send <phone_number> <message>
```
2. Using adb
```bash
docker exec -it android-container adb emu sms send <phone_number> <message>
```
2017-04-24 13:04:16 +01:00
3. You can also integrate it inside project using adb library.
2017-04-12 13:25:12 +01:00
![][sms]
2017-02-28 14:36:43 +00:00
Troubleshooting
---------------
All logs inside container are stored under folder **/var/log/supervisor**. you can print out log file by using **docker exec**. Example:
```bash
2017-04-26 13:19:46 +01:00
docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log
2017-02-28 14:36:43 +00:00
```
2017-11-23 20:03:12 +00:00
Special Thanks
--------------
- [Gian Christanto] for creating a great logo!
2017-04-24 13:04:16 +01:00
[appium]: <https://appium.io>
2017-05-19 10:17:19 +01:00
[espresso]: <https://google.github.io/android-testing-support-library/docs/espresso/>
[robotium]: <https://github.com/RobotiumTech/robotium>
[emulator samsung]: <images/emulator_samsung_galaxy_s6.png>
[emulator nexus]: <images/emulator_nexus_5.png>
[real device]: <images/real_device.png>
2017-05-29 13:34:35 +01:00
[compose]: <images/compose.png>
2017-11-01 14:53:25 +00:00
[line]: <https://github.com/butomo1989/docker-android/blob/master/docker-compose.yml#L30>
2017-05-29 13:34:35 +01:00
[example of compose file]: <docker-compose.yml>
[docker-compose]: <https://docs.docker.com/compose/install/>
[1.13.0]: <https://github.com/docker/compose/releases/tag/1.13.0>
2017-04-12 13:25:12 +01:00
[adb_connection]: <images/adb_connection.png>
[sms]: <images/SMS.png>
2017-11-23 20:03:12 +00:00
[gian christanto]: <https://www.linkedin.com/in/gian-christanto-0b398b131/>