Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress v13.9.0 is not running tests #29491

Open
FazliddinAli opened this issue May 9, 2024 · 3 comments
Open

Cypress v13.9.0 is not running tests #29491

FazliddinAli opened this issue May 9, 2024 · 3 comments
Labels
stage: awaiting response Potential fix was proposed; awaiting response

Comments

@FazliddinAli
Copy link

Current behavior

We have recently removed all references to cypress-cloud but we can not get cypress to run tests in CircleCI. We are using the cypress orb and we have cleared cache but we keep getting the below output.
Screenshot 2024-05-08 at 6 20 17 PM

Desired behavior

It works as expected locally.

Test code to reproduce

I am not able to share the test code since it is a private repo.

Cypress Version

13.9.0

Node version

v20.9.0

Operating System

Docker

Debug Logs

No response

Other

No response

@jennifer-shehane
Copy link
Member

Our recommendations when seeing this error are:

  • If you have a 3rd party installed that is listed in the error message, remove that library and all configuration / env vars related to it.
  • If you have used record: false in some way, update your code to omit the record flag altogether.

@jennifer-shehane jennifer-shehane added the stage: awaiting response Potential fix was proposed; awaiting response label May 9, 2024
@FazliddinAli
Copy link
Author

Hi, we have removed all of the env variables related to that 3rd party library and we are not using record in any shape. Is there any way to tell what is Cypress specifically looking at?

@jennifer-shehane
Copy link
Member

@FazliddinAli Have you cleared all env vars in your CI runs related to cypress-cloud? And config files? You can also click on the link in the error message for more dedicated assistance in migrating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: awaiting response Potential fix was proposed; awaiting response
Projects
None yet
Development

No branches or pull requests

2 participants