Cypress is blocking cypress-debugger
Before opening, please confirm:
- [X] I have searched for duplicate or closed issues and discussions.
- [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- [X] I acknowledge that I will attach a full debug log, otherwise the issue will be closed with no response.
Environment information
Cypress 13.2.0 Cypress-debugger 1.0.9
Describe the bug
We've detected that you're using a 3rd party library that is not supported by Cypress: cypress-debugger
To continue running Cypress, please remove this library or reach out for help migrating.
https://on.cypress.io/unsupported-third-party-library?p=w53Ds8Oqw6zDn8Otw63Cp8Oew5%2FDnMOvw6HDocOfw6zCusKrwqjCqsKowrM%3D
Expected behavior
Run Cypress with cypress-debugger
Command and Setup
npx cypress run --browser chrome --env grepTags=@smoke
Full log and debug output
e2e:tests:smoke npx cypress run --browser chrome --env grepTags=@smoke
It looks like this is your first time using Cypress: 13.2.0
[STARTED] Task without title. [SUCCESS] Task without title.
Opening Cypress...
DevTools listening on ws://127.0.0.1:35713/devtools/browser/449c2cb7-50f5-44a9-9857-9894fb947eab
We've detected that you're using a 3rd party library that is not supported by Cypress: cypress-debugger
To continue running Cypress, please remove this library or reach out for help migrating.
https://on.cypress.io/unsupported-third-party-library?p=w53Ds8Oqw6zDn8Otw63Cp8Oew5%2FDnMOvw6HDocOfw6zCusKrwqjCqsKowrM%3D
Error: Command failed with exit code 1: npm run e2e:tests:smoke at makeError (/home/runner/work/marketplace-frontend/marketplace-frontend/node_modules/start-server-and-test/node_modules/execa/lib/error.js:60:11) at handlePromise (/home/runner/work/marketplace-frontend/marketplace-frontend/node_modules/start-server-and-test/node_modules/execa/index.js:118:26) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { shortMessage: 'Command failed with exit code 1: npm run e2e:tests:smoke', command: 'npm run e2e:tests:smoke', escapedCommand: '"npm run e2e:tests:smoke"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: undefined, stderr: undefined, failed: ***, timedOut: false, isCanceled: false, killed: false } Error: Process completed with exit code 1.
Thanks for reporting that issue. That's unfortunate, but understandable. Let us analyze the situation and see what we can do.
In my case I downgraded Cypress to version 12.7.4, it was the only way I found that allowed me to continue using cypress-debugger
In my case I downgraded Cypress to version 12.7.4, it was the only way I found that allowed me to continue using cypress-debugger
The problem is not the debugger, is the cypress-cloud plugin :(
Greetings
We have the following error:
Any chance for resolution? (I suppose just changing package name might suffice.)
https://docs.currents.dev/getting-started/cypress/integrating-with-cypress/alternative-cypress-binaries
Hi! Does anyone know if purchasing the Cypress Gateway Connector will make this plugin work, or does it only enable cypress-cloud to allow you to record your runs in a self-hosted service?
Asking as we would like to use sorry-cypress for our Dashboard, but we would like to be able to use cypress-debugger too.
Hi! Does anyone know if purchasing the Cypress Gateway Connector will make this plugin work, or does it only enable
cypress-cloudto allow you to record your runs in a self-hosted service? Asking as we would like to usesorry-cypressfor our Dashboard, but we would like to be able to usecypress-debuggertoo.
Cypress.io will still be blocking cypress-debugger even if you purchase their gateway connector. The only way to use cypress-debugger is by using one of alternative cypress binaries
Cypress.io will still be blocking
cypress-debuggereven if you purchase their gateway connector. The only way to usecypress-debuggeris by using one of alternative cypress binaries
Thank you for your prompt reply. Using the alternative binaries is however not an option we would like to go with, as we have been using Cypress 13 for a couple months now. I think this information is important for people to know, maybe it would be good to have it in the Readme or somewhere more discoverable?
Cypress.io will still be blocking
cypress-debuggereven if you purchase their gateway connector. The only way to usecypress-debuggeris by using one of alternative cypress binariesThank you for your prompt reply. Using the alternative binaries is however not an option we would like to go with, as we have been using Cypress 13 for a couple months now. I think this information is important for people to know, maybe it would be good to have it in the
Readmeor somewhere more discoverable?