Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created July 27, 2022 13:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save gmolveau/ccc6107c0ed6fbcac194474ab616edb6 to your computer and use it in GitHub Desktop.
linux/ubuntu docker run cypress with x11 forwarding xhost
xhost +local:docker
docker run --rm -it -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -e XAUTHORITY=/.Xauthority -v $HOME/.Xauthority:/.Xauthority --entrypoint cypress cypress/included:10.3.0 open --project .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment