Skip to content

Commit

Permalink
Pin selenium/standalone-chrome-debug docker image version
Browse files Browse the repository at this point in the history
That way the image that is used in product tests will be more immutable,
and we can potentially avoid surprises in future.
  • Loading branch information
kokosing committed Aug 7, 2021
1 parent b3b15ca commit 4da67db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class SeleniumChrome
implements EnvironmentExtender
{
private static final DockerImageName CHROME_IMAGE = DockerImageName.parse("selenium/standalone-chrome-debug").withTag("3.141.59");
private static final DockerImageName CHROME_IMAGE = DockerImageName.parse("selenium/standalone-chrome-debug").withTag("3.141.59-20210804");
private static final int SELENIUM_PORT = 7777;
private static final Duration STARTUP_TIMEOUT = Duration.ofSeconds(15);

Expand Down

0 comments on commit 4da67db

Please sign in to comment.