John Hopley

Results 6 comments of John Hopley

I am also getting this issue, did anyone solve this by any chance? ` ENOENT: no such file or directory, stat '/home/runner/work/v3/v3/dist/cypress/apps/v3-demo-e2e/videos/demoAppContentPage.cy.ts-compressed.mp4' Error: ENOENT: no such file or directory, stat...

> @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...

> Test Replay I think i will have a play with test replay, seems a more suited solution. Guessing that will minimise the testing execution time.

> @jhopley-stadion > > You could enable Cypress debugging in the action by adding the following to the workflow: > > ```yaml > env: > DEBUG: 'cypress:*' > ``` >...