SSH access has a lot of uses in debugging a failing job. Here's how you can SSH into a given job to watch browser tests run in real time using VNC: ssh -p PORT ubuntu@IP_ADDRESS -L 5902:localhost:5901 # To connect via SSH sudo apt install vnc4server metacity