cypress-io / cypress Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress crashing when opening project by UNC path #8741
Comments
|
I tried to map UNC path to as network disk, but with same result |
|
Could you run Cypress in debug mode mode and print the entire set of logs here? |
|
Not sure how to do it when I'm running downloaded |
|
I have the same problem and it looks like Maybe it's related to this issue: |
|
CMD can't use UNC paths, so this should be the problem. |
|
As a workaround I can start cypress.exe in CMD with setting the environment variable
In my case the problem is associated with file watching in chokidar. |
|
Behavior is a bit different now when starting Cypress from a UNC path (Aug 2021): So, it starts up in c:\windows and then errors out with permission issues. Can work around it by creating a drive letter mapping, but strongly prefer not to do that for obvious reasons. |
Current behavior
Trying to run Cypress.exe open project by UNC path. It creates
cypressfolder, and then just exits.Not sure where to look for logs.
Desired behavior
Cypress should work.
Test code to reproduce
Download cypress binary for windows. Run Cypress.exe. Open project by UNC path.
Versions
The text was updated successfully, but these errors were encountered: