cypress-docker-images
cypress-docker-images copied to clipboard
Add `chrome` tag which follows latest Node and Chrome versions
As Chrome is usually updated quickly for all users, I would like to test on the latest Chrome to see if there are any issues. Currently I must update the image in my CI environment every time I want to update Chrome. With this tag, it would be automatic. Would it be possible?
Yes tags similar to cypress/browsers:node-lts-chrome would be nice for our dev CI/CD.
Would also be helpful to add such tag to all supported browsers. Like this idea to always build with latest available browser versions.
This isn't exactly what you're asking for but we now offer cypress/browsers:latest which will continually be updated as we update the browsers and node version on that image.