Mike McCready

Results 2194 comments of Mike McCready

The [Docker image](https://github.com/cypress-io/github-action?tab=readme-ov-file#docker-image) section of the documentation says: > Include `options: --user 1001` to avoid permissions issues. This is missing from the workflow posted above.

@gkatsanos - The issue about installing pnpm in your runner is a different one. - It seems that you had a problem with this before, that you reported in https://github.com/cypress-io/github-action/issues/947

@gkatsanos This seems to be an ownership / permissions issue on your self-hosted runner `default-visable` I tried to reproduce your problem on a GitHub-hosted runner `ubuntu-22.04` (with `options: --user 1001`)...

@gkatsanos > I'm not a devops expert, but I'm pretty sure a generic ubuntu runner won't work in our infra. Our runners are not running inside docker by default. They...

@gkatsanos If your workflow runs successfully on a GitHub-hosted runner and it fails on a self-hosted runner then you would need to look at how your self-hosted runner is set...

@gkatsanos > by the way, setting `record: true` occasionally hangs the test run, so I decided to not use cypress cloud after all. Any clue if there's other documented similar...

@ChrisPage-AT Are you using Cypress Cloud to view your results? Most pages on [Cypress Cloud Analytics](https://docs.cypress.io/guides/cloud/analytics) allow download reports in CSV format. It's the small cloud symbol on the top...

- This enhancement should be deferred until Cypress officially supports Vite `v5` - see https://github.com/cypress-io/cypress/issues/28347

@samueljsmalmeida > Could have an option to publish the job summary to the PR please. I understand that you are asking for a feature enhancement to the action. Could you...

@samueljsmalmeida It's an interesting idea. I guess we have to wait to see what the Cypress team thinks and if anybody is prepared to submit a PR to implement it....