Docker example with working appium implementation

bernhardbuhl 646e5517d6 Updates KFZ 3 years ago
.idea 646e5517d6 Updates KFZ 3 years ago
devices 47da52ce6c Fix CRLF 4 years ago
docker 88334b3c71 Adjusted to appium-android and baangt 4 years ago
src 47da52ce6c Fix CRLF 4 years ago
.fehbg 47da52ce6c Fix CRLF 4 years ago
Dockerfile cab729402e New version file 3 years ago
LICENSE.txt 5697b3009c appium 4 years ago
Makefile 2e09496131 Completely new build 4 years ago
README.md 88334b3c71 Adjusted to appium-android and baangt 4 years ago
baangt.ini 2e09496131 Completely new build 4 years ago
baangt.sh 2e09496131 Completely new build 4 years ago
baangtLogo.png 88334b3c71 Adjusted to appium-android and baangt 4 years ago
baangtLogoWhite.png 88334b3c71 Adjusted to appium-android and baangt 4 years ago
start-vncserver.sh 47da52ce6c Fix CRLF 4 years ago
start.sh cab729402e New version file 3 years ago
supervisord.conf 88334b3c71 Adjusted to appium-android and baangt 4 years ago
xstartup 2e09496131 Completely new build 4 years ago

README.md

README

This creates a Docker container with Ubuntu 18.04, TightVNC Server and baangt.

To build:

$ make build

To run:

$ make run

which is a shorthand for:

$ docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" -e APPIUM=true --name android-container baangt-android_emulator```

To get a shell on a running container:

```bash
$ make shell