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",
};
Current behavior
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
Cypress Version
^12.17.3
Node version
v16.16.0
Operating System
RHEL_LinuxSASHost
Debug Logs
No response
Other
No response