Mike McCready
Mike McCready
@mdrmuhaimin > ENOENT: no such file or directory, stat '/__w/foo/foo//automated_tests/cypress/videos/API/searchProperty.cy.js-compressed.mp4' That looks a little suspicious with double slash `//`. You may be able to able to find out more about...
@Jianrong-Yu > We got the same error after we upgrade to v12 (not 100%, same things like 20% chance) Did you try with debug logs? ``` env: DEBUG: 'cypress:*' ```...
@Jianrong-Yu It's good that you found some errors in the logs! `cypress:server:video compression` errors are from Cypress not from `cypress-io/github-action`. I found some other issues with video recording in the...
@hernanmateika-stuart > Is there any update here? Im getting the same issue. It happens some times on our Jenkins CI but sometimes it works. The comments I made previously are...
@jhopley-stadion This isn't an issue with `github-action` as such. Which version of Cypress are you using? Note that the current version of Cypress (`13.x`) no longer generates videos by default.
@jhopley-stadion You could enable Cypress debugging in the action by adding the following to the workflow: ```yml env: DEBUG: 'cypress:*' ``` You are most likely to find compression errors as...
@jhopley-stadion > I cant seem to find away of triggering tests in cypress cloud from a github action without having `record` set That is correct. Cypress Cloud records results from...
- Closing in favor of https://github.com/cypress-io/github-action/issues/969 See also the updated [README > Yarn Modern](https://github.com/cypress-io/github-action#yarn-modern) which discusses how to run Yarn Modern including a workaround for Yarn Plug'n'Play.
I have noticed this issue occurring using [github-action](https://github.com/cypress-io/github-action) (GHA) with Cypress 9.6.1 (see issue https://github.com/cypress-io/github-action/issues/659) and Firefox 107.0.1. I couldn't however see it happening on Cypress 10.0.0 or 12.0.2.
@nagash77 Should this issue be re-opened? It seems to be an intermittent problem only. I'm unclear about the Cypress support policy and if it is intended to provide fixes for...