View e2e tests execution in a docker container

  1. Install Vinagre (remote desktop viewer)

  2. Run build_setup.sh

  3. Run build_tests.sh

  4. List docker containers and get the id of the ‘libbuild_default_ctx_master’ container

    docker ps --format '{{ .ID }}\t{{ .Names }}'
    
  5. 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)