cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers
https://on.cypress.io/continuous-integration
MIT License
1.02k stars 380 forks source link

docs: rework "Firefox not found" known problem #1101

Closed MikeMcC399 closed 4 months ago

MikeMcC399 commented 4 months ago

Issue

The README > Firefox not found description in the Common problems section is inaccurate.

Firefox can run under the root user. The problem only occurs in GitHub Actions when the user is root and the HOME environment variable is set to a non-root user's home directory.

Change

cypress-app-bot commented 4 months ago
MikeMcC399 commented 4 months ago

Preview

https://github.com/MikeMcC399/cypress-docker-images/blob/firefox-not-found/README.md#firefox-not-found

MikeMcC399 commented 4 months ago

@jennifer-shehane

Thanks. This reads much better.

Thanks to getting involved more with Docker I finally understood the mechanisms and so I was able to explain it properly!