Docker script to demonstrate baangt open source test automation suite with Selenium Grid V4
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
.project | 3 years ago | |
Dockerfile | 3 years ago | |
LICENSE.txt | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
baangt.ini | 3 years ago | |
baangt.sh | 3 years ago | |
getdrivers.sh | 3 years ago | |
start-vncserver.sh | 3 years ago | |
xstartup | 3 years ago |
This creates a Docker container with Ubuntu 18.04, TightVNC Server and baangt.
$ make build
$ make run
which is a shorthand for:
$ docker run --rm -ti -p 5902:5901 --name docker-ubuntu baangt/docker-ubuntu-vnc:latest
After you run the container, you can use VNC to access it by using vnc://localhost:5902
. Initial
password for the VNC-Connection is password
. You'll find baangt
already up and running and configured
for your test execution.
Check http://localhost:4444/status to see the status of Selenium Grid.
$ make shell