SAP / devops-docker-node-browsers

Dockerfile for an image with node and web browsers. This image is intended to be used for end-to-end tests of web applications in Jenkins pipelines.
Apache License 2.0
7 stars 6 forks source link

More nodes for latest chrome version #41

Closed Leenoha closed 1 year ago

Leenoha commented 1 year ago

Hello,

I'd like to ask if it would be possible to add more nodes to the image, specifically one based on "bookworm" or ever "sid" version of debian package? We use this image in our Jenkins WDI5 automated tests, and we keep running into the issue of Chrome being outdated (ChromeDriver requires the latest version).

Thanks a lot for this awesome docker.

Leenoha commented 1 year ago

For anyone still using this image with a similar problem, I recommend switching to this image: https://github.com/timbru31/docker-node-chrome It's well maintained and has the Node environment with Chromium.