-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
CircleCI Route Stub Unknown Failure #3013
Comments
What does the CLI output print for this test when it fails? Can you copy/paste? Also, can you try to run the test locally with |
I tried running the test with Electron and it passed on my machine locally 🙁 Here is the output of the failre in the CircleCI's CLI output at the bottom of the Cypress run command:
I already investigated the npm logs generated and there is nothing useful there, just more vague error messages like the one shown. |
I see you are using the |
Hey @joshmedeski, any update on this? |
My team moved away from using fixtures and we now use a local version of our API with seeded data. So we don't have to deal with this specific issue anymore. |
Unfortunately we have to close this issue as there is not enough information to reproduce the problem. Please comment in this issue with a reproducible example and we will reopen the issue. 🙏 |
Current behavior:
A very specific stubbed route is erroring out ONLY in the CircleCI environment.
Desired behavior:
Stubbed routes should work as expected.
Steps to reproduce: (app code and test code)
Running the test in CircleCI gives the following error:
I can confirm that this test works exactly as expected in the develompent environment, it is consistently failing in the CircleCI environment.
I'm unable to view the whole error log in the video and it's not stored in the NPM logs or Cypress run CLI output, please help!
Versions
cypress/base:10
docker imageThe text was updated successfully, but these errors were encountered: