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

chrome - only node 20+ image #1048

Closed gkatsanos closed 4 months ago

gkatsanos commented 5 months ago

Hello, I assume the answer to this is "use cypress factory to build it" but I was wondering if there's any thoughts to provide a chrome-only cypress/browsers image with latest node?

MikeMcC399 commented 5 months ago

@gkatsanos

You already provided the answer, as README > Cypress/Factory says:

Don't see the exact combination of Cypress, Node.js and browser versions you need for your test environment? Checkout our cypress/factory. You can use it to generate a custom image to fit your needs.

There are too many possible combinations to publish them all to the Docker Hub and a new combination, as you have requested, would need to be regularly updated when new Node.js or Chrome versions are released. So I suggest you assume that there will not be a specific Chrome Node 20+ Docker image released.