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
I would like to work with Cypress in interactive mode running in a WSL2 Docker container on my Windows 11 desktop. It works fine with one caveat: Cypress is incapable to detect file changes on the specs.
To give a bit of context:
I am not using a X server such as vcXsrv as it is no longer necessary with the latest WSL improvements.
My Windows build is 22621.1848
Docker Desktop is at version 4.20.1
The output of "wsl --version" is
I have tested with the default test spec created by Cypress. I have also checked in the settings that the setting watchFileChanges is set to true.
Please note that I have tested several variations to the environment presented above such as:
Run in a VSCode DevContainer without environment variables (e.g. DISPLAY)
Run in a container with environment variable DISPLAY set to host.docker.internal:0.0 and VcXsrv running
Each time, I get the same result: the Cypress window is presented, I can run the test but any modifications to the spec files is undetected and even unavailable until Cypress is restarted.
The text was updated successfully, but these errors were encountered:
Hello,
I would like to work with Cypress in interactive mode running in a WSL2 Docker container on my Windows 11 desktop. It works fine with one caveat: Cypress is incapable to detect file changes on the specs.
To give a bit of context:
I am not using a X server such as vcXsrv as it is no longer necessary with the latest WSL improvements.
My Windows build is 22621.1848
Docker Desktop is at version 4.20.1
The output of "wsl --version" is
I am running Cypress with this command:
I have tested with the default test spec created by Cypress. I have also checked in the settings that the setting watchFileChanges is set to true.
Please note that I have tested several variations to the environment presented above such as:
Each time, I get the same result: the Cypress window is presented, I can run the test but any modifications to the spec files is undetected and even unavailable until Cypress is restarted.
The text was updated successfully, but these errors were encountered: