Compare commits

...
12 Commits
Author SHA1 Message Date
budtmo 34846cd059 Downgraded coverage 2025-01-11 17:38:19 +01:00
budtmo 8df9081573 Updated base image 2025-01-11 17:30:41 +01:00
Budi UtomoandGitHub 9f0c0dcfd2 Merge pull request #477 from budtmo/dependabot/pip/master/coverage-7.6.10
[pip] Bump coverage from 7.6.1 to 7.6.10
2025-01-11 17:29:41 +01:00
dependabot[bot]andGitHub e8186fb6bf [pip] Bump coverage from 7.6.1 to 7.6.10
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.1 to 7.6.10.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.10)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-11 16:28:32 +00:00
Budi UtomoandGitHub f33fc1906c Merge pull request #474 from budtmo/dependabot/pip/master/click-8.1.8
[pip] Bump click from 8.1.7 to 8.1.8
2025-01-11 17:27:32 +01:00
dependabot[bot]andGitHub be3150f39f [pip] Bump click from 8.1.7 to 8.1.8
Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 00:19:46 +00:00
budtmo 5688826f1a Updated appium-docker-android image 2024-09-26 14:40:22 +02:00
budtmo 7064a9bc2c Updated Appium base image to version v2.11.2-p0 2024-08-07 13:39:31 +02:00
Budi UtomoandGitHub 4e44e68946 Merge pull request #448 from rlneumiller/patch-1
Update README.md
2024-08-05 08:17:43 +02:00
Budi UtomoandGitHub 2cb2bd6256 Merge pull request #453 from budtmo/dependabot/pip/master/coverage-7.6.1
[pip] Bump coverage from 7.5.4 to 7.6.1
2024-08-05 08:17:11 +02:00
dependabot[bot]andGitHub 3af8eb3f48 [pip] Bump coverage from 7.5.4 to 7.6.1
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-04 23:56:03 +00:00
ArrellandGitHub 55a628a673 Update README.md
Grammar policing.
2024-07-16 11:35:34 +01:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -1,6 +1,6 @@
autopep8==2.3.1
click==8.1.7
coverage==7.5.4
click==8.1.8
coverage==7.6.1
mock==5.1.0
nose==1.3.7
requests==2.32.3
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appium/appium:v2.11.1-p0
FROM appium/appium:v2.15.0-p0
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"