View e2e tests execution in a docker container¶
Install Vinagre (remote desktop viewer)
Run
build_setup.shRun
build_tests.shList docker containers and get the id of the ‘libbuild_default_ctx_master’ container
docker ps --format '{{ .ID }}\t{{ .Names }}'
Get the container IP by running the command below using the containrer id in the end (in this example 0cfd626f6377)
docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' 0cfd626f6377
6. Launch Vinagre and click on the “Connect” button. Choose protocol “VNC” and enter the IP of the docker container. (wait for cypress to begin running the tests)