Skip to content

Instantly share code, notes, and snippets.

@sethkrasnianski
Last active November 29, 2016 21:57
Show Gist options
  • Save sethkrasnianski/bfb03551bb5ed898a5c01acc58418371 to your computer and use it in GitHub Desktop.
Save sethkrasnianski/bfb03551bb5ed898a5c01acc58418371 to your computer and use it in GitHub Desktop.
CircleCI Browser Testing (Mac)
  1. Enable SSH
  2. Enable port forwarding with SSH
    ssh -p PORT ubuntu@IP_ADDRESS -L 5902:localhost:5901
  1. Start the VNC server
    vnc4server -geometry 1280x1024 -depth 24
  1. It will ask for a password which is password
  2. Boot up Chicken and connect to localhost:5902 with the password: password
  3. Ensure headless testing is disabled (type this in the VNC shell)
    export DISPLAY=:1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment