mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7064a9bc2c | ||
|
|
4e44e68946 | ||
|
|
2cb2bd6256 | ||
|
|
3af8eb3f48 | ||
|
|
55a628a673 |
@@ -7,8 +7,8 @@
|
||||
|
||||
Docker-Android is a docker image built to be used for everything related to Android. It can be used for Application development and testing (native, web and hybrid-app).
|
||||
|
||||
Advantages of using this projects
|
||||
---------------------------------
|
||||
Advantages of using this project
|
||||
--------------------------------
|
||||
1. Emulator with different device profile and skins, such as Samsung Galaxy S6, LG Nexus 4, HTC Nexus One and more.
|
||||
2. Support vnc to be able to see what happen inside docker container
|
||||
3. Support log sharing feature where all logs can be accessed from web-UI
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
autopep8==2.3.1
|
||||
click==8.1.7
|
||||
coverage==7.5.4
|
||||
coverage==7.6.1
|
||||
mock==5.1.0
|
||||
nose==1.3.7
|
||||
requests==2.32.3
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM appium/appium:v2.11.1-p0
|
||||
FROM appium/appium:v2.11.2-p0
|
||||
|
||||
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user