Mike McCready
Mike McCready
@karlhorky - That's interesting. Does Playwright also capture videos for Firefox - something that Cypress can no longer do (https://github.com/cypress-io/cypress/issues/18415)
Closing, since this is not an issue which can be resolved by `github-action`.
The original post for this issue says: > right now the only way to run Firefox is to use --user 1001 to match the permissions GH sets when creating a...
@Fanch- Were you using a Docker container from https://github.com/cypress-io/cypress-docker-images when you applied `options: --user node` or did you have Firefox directly installed in your self-hosted runner? What operating system was...
@Fanch- Thank you very much for describing your environment and situation! - I had opened an issue https://github.com/cypress-io/cypress-docker-images/issues/871 to request specific Firefox documentation directly in the Docker repo's [README](https://github.com/cypress-io/cypress-docker-images/blob/master/README.md). -...
Closing, as this topic belongs in the [cypress-io/cypress-docker-images/issues/](https://github.com/cypress-io/cypress-docker-images/issues/) list. [README > Docker image](https://github.com/cypress-io/github-action#docker-image) recommends specifying ```yml container: image: cypress/browsers:latest options: --user 1001 ``` and refers to [cypress-io/cypress-docker-images](https://github.com/cypress-io/cypress-docker-images) for further information.
- This needs to be revisited. See also https://github.com/cypress-io/github-action/issues/1074
branch [iFixit/github-action/tree/group-logs](https://github.com/iFixit/github-action/tree/group-logs) is showing that it is 282 commits behind the `master` branch. It should be rebased on `master` so that current checks are run. (It seems that there is...
@danielbeardsley I was interested to see this working, so I processed your source file https://github.com/iFixit/github-action/blob/group-logs/index.js with ``` npm run format npm run build ``` which puts it into https://github.com/cypress-io/github-action/blob/master/dist/index.js where...
- The [dist/index.js](https://github.com/cypress-io/github-action/blob/master/dist/index.js) in this PR, which is what is used for the test execution, is unchanged. Therefore the PR checks are passing. This is misleading. - See issue https://github.com/cypress-io/github-action/issues/706...