Open
Description
In this commit cb73fdd we no longer use selenium/standalone-chrome-debug image for the newer versions of chrome. However we still use it with the "latest" version
Example:
MOODLE_DOCKER_BROWSER="chrome:latest"
MOODLE_DOCKER_SELENIUM_VNC_PORT=""
uses the image selenium/standalone-chrome:latest
However
MOODLE_DOCKER_BROWSER="chrome:latest"
MOODLE_DOCKER_SELENIUM_VNC_PORT=1234
uses the image selenium/standalone-chrome-debug:latest which is some older version :(
Metadata
Metadata
Assignees
Labels
No labels