Zach Bloomquist
Zach Bloomquist
Supposedly this can happen on Windows because of something to do with filename extensions: https://stackoverflow.com/questions/27688804/how-do-i-debug-error-spawn-enoent-on-node-js I think that if you simply changed the `cmd` to `cmd.exe` on this line, the...
@jennifer-shehane I don't think it's the same issue, this error was actually crashing the process
I haven't been able to reproduce it either :/
This actually seems to be happening when the user does not have `C:\Windows\System32` in their `PATH`: * https://github.com/cypress-io/cypress/issues/4260#issuecomment-507771133 * https://github.com/cypress-io/cypress/issues/3093#issuecomment-452434092 * https://github.com/cypress-io/cypress/issues/3912#issuecomment-499998694 * https://stackoverflow.com/questions/28624686/get-spawn-cmd-enoent-when-try-to-build-cordova-application-event-js85 Would changing that line to the...
Looks like the `deprecated_spec` snapshot needs to be updated, then this should be good to go: ``` cd system-tests SNAPSHOT_UPDATE=1 yarn test deprecated_spec --browser electron ``` should do the trick.
This PR seems to fix #23992 even for non-multidomain users - @mjhenkes do you know which change in particular fixed this? Nothing's leaping out at me from the diff.
Definitely a regression in v10. However, I'd like to point out that this isn't "best practice" to set up your Cypress tests like this. You can use a central package...
Hi @JoanEsquivel, this is because experimentalSessionAndOrigin is not currently compatible with experimentalWebKitSupport: We are working on it: #23799 However, this user experience is not intended. You should get a cleaner...
@nagash77 This issue should be kept open, we can give a clearer error here easily, #23799 will take more time.
@Elecash if you could put together a repro, that would be most helpful. I haven't seen this error with WebKit outside of `experimentalSessionAndOrigin`.