Replies: 1 comment 2 replies
-
Hmm...I've used Cypress before but it's been a while. I wonder if the nginx proxy in your setup is causing issues. What happens when you use the UI? Does it log any errors? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I run code-server within a docker container (using docker compose) behind a nginx proxy. Within the code server I have a project open that includes cypress tests.
Running them in headless mode works perfectly, but I want to use the UI (aka
cypress open
) as well.Is there any easy way to archive that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions