Skip to content

When running tests with the "chrome:latest" browser and VNC port the outdated -debug image is used #317

Open
@marinaglancy

Description

@marinaglancy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions