cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Add `chrome` tag which follows latest Node and Chrome versions

Open hodossy opened this issue 4 years ago • 1 comments

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?

hodossy avatar Aug 13 '21 14:08 hodossy

Yes tags similar to cypress/browsers:node-lts-chrome would be nice for our dev CI/CD.

nitrag avatar Sep 10 '21 15:09 nitrag

Would also be helpful to add such tag to all supported browsers. Like this idea to always build with latest available browser versions.

thomasKuntermannDiva-e avatar Feb 09 '23 13:02 thomasKuntermannDiva-e

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.

mjhenkes avatar Apr 07 '23 20:04 mjhenkes