-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Issue with Cypress Recording Video in Docker Container with GPU Acceleration #18852
Comments
Video: app.cy.ts.mp4 |
Hi @arthurgubaidullin I just tested your repo in cypress v13 app.cy.ts.mp4After the Cypress v13 support PR lands (#18885) can you confirm the behavior on your side? |
Hi @barbados-clemens, have you tested in a Docker container? Yes, after the new release, I will check. |
@arthurgubaidullin can you provide the container setup you were using? I didn't see one in the repo you linked. |
@barbados-clemens I use Visual Studio Code Dev Containers. The docker file is in .devcontainer folder. |
@barbados-clemens Thank you. I checked. Fixed in Nx 16.8.0. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I have created a React application using the Vite bundler, and I've integrated Cypress for end-to-end testing. However, I've encountered an issue where Cypress, by default, improperly records videos within a Docker container when GPU acceleration for the browser is enabled. The recorded video appears blank with no content visible in the browser window.
Expected Behavior
There should be an automated resolution to address this problem, ensuring proper video recording even when GPU acceleration is enabled within a Docker container.
GitHub Repo
https://github.com/arthurgubaidullin/ka-ledger/tree/41194197a9aced8848798d03259b6f42327deae3
Steps to Reproduce
nx run web-app-e2e:e2e:production
;Nx Report
Failure Logs
Package Manager Version
npm 9.5.1
Operating System
Additional Information
Disabling GPU acceleration in the Cypress configuration resolves the problem.
The text was updated successfully, but these errors were encountered: