cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.68k stars 3.16k forks source link

We've detected that you're using a 3rd party library that is not supported by Cypress: cypress-cloud #29827

Open Rebaiahmed opened 2 months ago

Rebaiahmed commented 2 months ago

Current behavior

We've detected that you're using a 3rd party library that is not supported by Cypress: cypress-cloud

To continue running Cypress, please remove this library and its configuration files or contact us for help migrating.

https://on.cypress.io/unsupported-third-party-library?id=w6rDo8Oqw5%2FDpsOjw6jDn8Knw67Dn8Otw64%3D&p=w53Ds8Oqw6zDn8Otw63Cp8Odw6bDqcOvw57CusKrwqjCq8KqwqjCrA%3D%3D

 ERROR  Unable to resolve cypress configuration
- make sure that 'cypress-cloud/plugin' is installed
- report the issue together with cypress stdout and stderr

Desired behavior

Expected Behavior: We are currently using sorry-cypress and are in the process of migrating to MDC components. During this transition, we expect Cypress to correctly handle our test configurations without incorrectly flagging unsupported third-party libraries like cypress-cloud.

Test code to reproduce

// required to run cypress against sorry-cypress within the e2e pipeline module.exports = { projectId: "pipeline", recordKey: "xxx", // Sorry Cypress director service URL cloudServiceUrl: "http://your-sorry-cypress-url.example.com", };

Cypress Version

^12.17.3

Node version

v16.16.0

Operating System

RHEL_LinuxSASHost

Debug Logs

No response

Other

No response

jennifer-shehane commented 2 months ago

Make sure to remove any plugins, configuration, env vars associated with the third party libraries (sorry cypress, cypress-cloud)

you can reach out via the link in the error message for support also.