-
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
Cypress 9.1 seems to not be reporting to dashboard #19087
Comments
I am experiencing this issue with Cypress 9.1 as well. My tests complete in Buildkite and I can see the results in the console there, but the Cypress dashboard continues to say 'In Progress' until it eventually just times out. |
Experiencing exact same behavior in Jenkins starting from Cypress 9.1.0. The tests are completed in the Job Console but never moved from 'In Progress' in the Dashboard. |
Confirming the same behaviour. Running cypress locally with Rolled back to Cypress 9.0.0 and it worked as expected. (FYI, Bitbucket integration is enabled) |
Same issue here. Using AzureDevops with a windows agent. 9.0.0 works fine, 9.1.0 does no longer report to the dashboard (no errors whatsoever in the console log) |
Experiencing the same issue. Test results are not reported when running locally or with GitHub integration. The runs exist but all of them timeout. Dropping to v9.0.0 fixed the issue. |
Great that I've found this ticket as I was trying to understand why our builds on dashboard started to timeout with still running tests, but logs clearly showing that tests were actually executed. And also with version 9.1.0. |
Any response from devs? |
I have downgraded to v9.0.0 and still just hangs. A fix or some kind of idea when a fix is going in would be great. |
Same issue here with 9.1.0 not reporting into the dashboard, downgrading to 9.0.0 seems to have fixed it. |
@jennifer-shehane can you please check this issue, as a paid customer I cannot use dashboard at the moment because of the 9.1.0 has a problem, and it's a bit challenging to make a revert to the previous version, plus everytime I push the changes it adds |
Same issue for us, downgrading to |
The Cypress team is currently investigating this issue. |
There is a fix that was deployed to the Dashboard that should fix runs being recorded going forward, even when using Cypress 9.1.0. We're investigating the 9.1.0 release to further isolate how this was introduced. Please notify us of any further issues with test recordings and 9.1.0 in this thread. |
Thanks for the update. I've tried again on 9.1.0 and it behaves properly. |
Problem remains for me on Dashboard.
CircleCI (maybe this is the issue?)
Not sure whether relevant or not:
|
@tkharuk This does not look related to the original issue logged. |
@jennifer-shehane you are right. In a rush I've read title only 😞 |
Seems now we have the same issue also with v9.0 as well (we downgraded from 9.1 to resolve a problem). Was something changed from dashboard side? Or we need to upgrade to 9.1 now? |
@viktorgogulenko Sounds like a different issue. This issue involves the test runs finishing in CI but reporting as having hung in the Dashboard. |
@chrisbreiding so what I've seen is that our bamboo jobs (CI) were successfully finishing, but dashboard was showing that few tests are still running. After some time dashboard was going to the timeout state. As FYI - our CI is checking dashboard using dashboard REST API and from that side it's giving 'success' response, but dashboard is still showing that something is happening on it. That was happening with 9.1 and we downgraded it to 9.0 - issue was gone, but today one of our builds again became green while dashboard was still showing that some test is running and seems after one our dashboard shown this test run as timeout happened. |
The code for this is done in cypress-io/cypress#19239, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
I'm not sure if I'm the only one with the issue, but 9.0 works fine, but 9.1 does not report to dashboard (batch build@codebuild if that matters) and throws
Desired behavior
No response
Test code to reproduce
Run batch build @ 9.1 on Codebuild
Cypress Version
9.1
Other
No response
The text was updated successfully, but these errors were encountered: