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
Blank/Frozen Video Recording on Chrome v87 #9265
Comments
Looks like the same issue as I am getting here: #9267 |
Also getting this issue, seems to be Chrome 87 |
I have the same thing. Cypress 5.6 and Chrome 87. I went back to Chrome 86 and it works again. Cypress 6.0 and Chrome 87 do not work either. Cypress 6.0 and Chrome 86 work. On Chrome 87 you see this
It's always |
This started happening for me after upgrade to Cypress 6.0.0 which has Electron 86. Videos are no longer usable. |
Just found the reason: https://chromium.googlesource.com/chromium/src/+/1c762fa1266fda75231b9ac7b515318fc5328b4d |
I can recreate this issue. The video is blank/frozen when run in Chrome 87, which will now affect 6.0 users recording in Electron since that has been updated to Chrome 87.
Updated to mention Edge video |
The issue is also reproducible on edge 87 browser which was released recently. |
The code for this is done in cypress-io/cypress#9301, 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 think that the issue has been reported a couple of times but the context was quite different.
So the issue here is that the Cypress Video Recording is Frozen or only shows the Cypress Frame Layout on Chrome V87.
It's pretty straightforward to reproduce the issue, just download the latest version of Chrome (v87), write a small Cypress test, and run cypress using headless mode targeting chrome, and voilà.
For now, we've managed to partially resolve the issue by downgrading the Chrome version to v85.
Versions
Cypress version: v5.6.0 and v5.2.0
Chrome version: V87
The text was updated successfully, but these errors were encountered: