Closed lmiller1990 closed 1 year ago
@lmiller1990, does this fix https://github.com/cypress-io/cypress/pull/22222 help or is this another glob we need to fix?
This is still an issue, but only for local development in the monrepo (not for users consuming Cypress from npm, from what I ca tell) and only in paths with glob-like characters, so it's very low priority - anyone who wants to develop Cypress on windows can likely just move their project to a directory without [
, etc.
@lmiller1990 do you think could be related to https://github.com/cypress-io/cypress/issues/22242 which seems to also be about Windows paths, specifically paths with spaces?
This is #22242 @marktnoonan.
Probably something related to glob somewhere, but this is pretty low priority - it only impacts local dev, I think we should remove it from firewatch.
@lmiller1990 oops, I grabbed the wrong issue number: https://github.com/cypress-io/cypress/issues/22297
This ticket (#22242) is already out of firewatch and has been routed 👍
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
This issue has been closed due to inactivity.
Current behavior
I put Cypress in
~\code\f]oo(bar )\cypress10
and opened it (using Cypress monorepo,cd packages/launchpad && yarn cypress:open
.I think this is only a problem for development, not actual production users.
Desired behavior
It should just open and work.
Test code to reproduce
f]oo(bar )
Cypress Version
10.0.3
Other
Only impacts local development, obvious work around is stick your repo in a folder without weird characters.