Closed konrad-szczepaniak-esky closed 11 months ago
Hi @konrad-szczepaniak-esky Is there any chance you could provide a repo that shows this issue?
I've tried to reproduce this issue myself and I wasn't able to.
We will reach out to the Cypress team to see what's going on but please help us reproduce the issue.
@konrad-szczepaniak-esky Thanks for surfacing this issue. After working with the team at Nx we found that this is actually not an issue in Nx itself but with how Cypress interfaces with Nx. We have identified the fix on Cypress's end and will try to get a fix out shortly. Is it possible for you to close the issue in here and re-open it in the Cypress repo?
In the time being you should just be able to remove the --record
flag altogether and it should unblock you
Thank you @jordanpowell88. I'm going to close this issue in favor of the issue in the cypress repo. Please link this issue when that issue is created.
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 try to configure component testing on github actions using container option with node v18. Unfortunately, cypress returns information about unsupported lib: nx. This error didn't occur on local machine.
I tried cypress v12 and v13, results were the same.
Expected Behavior
Component-testing should run without any problem
GitHub Repo
No response
Steps to Reproduce
Github action job
cypress config inside lib:
Nx Report
Failure Logs
Package Manager Version
8.19.4
Operating System
Additional Information
No response