Skip to content

Commit c766499

Browse files
authored
docs: add Cypress Docker images Firefox >=136 arm64 note (#1009)
1 parent f478194 commit c766499

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@ docker run -it --rm -v .:/app -w /app --entrypoint bash cypress/included:latest
198198
Replace the `latest` tag in the above command using the Cypress version from the repo's [package.json](./package.json), if this repository has not yet been updated to the latest released Cypress version.
199199
Note that mismatched versions will cause errors.
200200

201-
NOTE: Additional browsers Chrome, Edge and Firefox are only installed in `linux/amd64` architecture images `cypress/browsers` and `cypress/included`. Browsers are not available pre-installed for `linux/arm64` architecture images. The Electron browser, which is built-in to Cypress, is available in all images and architectures.
201+
NOTE: Additional browsers Chrome, Edge and Firefox are installed in `linux/amd64` architecture images `cypress/browsers` and `cypress/included`.
202+
Firefox is available pre-installed for `linux/arm64` architecture images based on Firefox `>=136.0.2`.
203+
Refer to the [Cypress Docker images README](https://github.com/cypress-io/cypress-docker-images/blob/master/README.md#browsers) for details.
204+
The Electron browser, which is built-in to Cypress, is available in all images and architectures.
202205

203206
### CI Testing
204207

0 commit comments

Comments
 (0)