You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run cypress in in docker, in interactive mode, I get the following error
[16:1023/003758.546489:ERROR:browser_main_loop.cc(1417)] Unable to open X display.
undefined:0
illegal access
(Use `node --trace-uncaught ...` to show where the exception was thrown)
Steps to reproduce
export IP=$(ipconfig getifaddr en0);
/usr/X11/bin/xhost + $IP;
❯❯❯ /usr/X11/bin/xhost + $IP;
192.168.20.10 being added to access control list
I followed the instructions here: https://www.cypress.io/blog/2019/05/02/run-cypress-with-a-single-docker-command/
When trying to run cypress in in docker, in interactive mode, I get the following error
Steps to reproduce
export IP=$(ipconfig getifaddr en0);
/usr/X11/bin/xhost + $IP;
Error:
Do you know what I am doing wrong here?
I'm running this on a Mac
The text was updated successfully, but these errors were encountered: