-
Notifications
You must be signed in to change notification settings - Fork 396
Closed as not planned
Description
What would you like?
Add Chromium to the factory build process described in the cypress/factory README document.
Why is this needed?
- Chromium is one of the browsers recognized by Cypress (see Launching Browsers) and is currently not explicitly covered by Cypress Docker images.
- Chromium is available for both
Linux/amd64andLinux/arm64architectures.
Other
-
See examples/chromium for an example of adding Chromium to a custom Cypress Docker image. Chromium is also available from Debian as a Chromium package.
-
Follows on from issue Add Arm browsers to
linux/arm64Docker images #695 -
See Download Chromium for detailed information.
ArloL, ch000 and alecmestroni