Josh Kaplan
Josh Kaplan
Getting this error for v2.2. Tried the direct download (64 and 32 bit versions) and `brew` version, all give the same error when running the executable. I'm on Mac OS...
### Current behavior Cypress reports `Error: WebSocket connection closed` and then stops running tests and `cypress.run` returns with ```json { "failures": 1, "message": "Could not find Cypress test run results"...
Our desired deduplication strategy is for dependencies to use the "primary" version when possible (the one specified in package.json), rather than `highest` or `fewer`. ### Problem When using `highest`, when...