docker-android

Android in docker solution with noVNC supported and video recording

OTHER License

Stars
8.2K
Committers
52

Bot releases are hidden (Show)

docker-android -

Published by budtmo over 6 years ago

Changes:

  • Using the latest version of docker-appium as base image that contains appium-server 1.8.0 and build tools 27.0.3
docker-android -

Published by budtmo over 6 years ago

Changes:

  • Fixed bug on docker-image for real-device
  • Added documentation how to use x86 image on VM and how to build Android project by using docker-android
  • Updated docker-compose file
docker-android -

Published by budtmo over 6 years ago

Changes:

  • Updated base image version
  • Automated screen mirroring steps for real device
  • Updated documentation and docker-compose file
docker-android -

Published by budtmo over 6 years ago

Changes:

  • Updated base image version (It includes the usage of the latest version of Appium (1.7.2) and build tools (27.0.2)).
docker-android -

Published by budtmo almost 7 years ago

Changes:

  • Updated base image version (It includes the usage of the latest version of Appium (1.7.1) and build tools (27.0.1) and some updates).
docker-android -

Published by budtmo almost 7 years ago

Changes:

  • Support video recording - Issue #6
  • Support real device with screen mirroring feature - Issue #7 , credits @andrcuns
  • Fix symlink issue, credits @thelittlefireman
docker-android -

Published by budtmo over 7 years ago

Changes:

docker-android -

Published by budtmo over 7 years ago

Changes:

  • Splitted into different Dockerfile to optimize size of each docker image
  • Example of compose file to be able to scale docker-android container, credits @andrcuns
  • Display Android and Chrome icon in selenium hub, credits @andrcuns
  • Increase unregister delay timeout, credits @ilya-netomedia
docker-android -

Published by budtmo over 7 years ago

Changes:

  • Added health-check for PR #5 to fix issue #4, credits @andrcuns
  • Using latest version of build-tool (25.0.2)
  • Updated README.md