Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
use newer Chrome image from sskorol
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Dec 8, 2022
1 parent 9cbdaff commit 7420bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Also, we assume you have file `~/.aerokube/selenoid/browsers.json` with such a b
"chrome": {
"default": "chrome",
"versions": {
"91.0": {
"image": "dumbdumbych/selenium_vnc_chrome_arm64:91.0.b",
"100.0": {
"image": "sskorol/selenoid_chromium_vnc:100.0",
"port": "4444",
"path": "/",
"privileged": true
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/integration/SelenoidSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void afterEach(final ExtensionContext context) {
static DesiredCapabilities capabilities() {
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setBrowserName("chrome");
capabilities.setVersion("91.0");
capabilities.setVersion("100.0");
capabilities.setCapability("selenoid:options", ImmutableMap.of(
"enableVNC", true,
"enableVideo", true
Expand Down

0 comments on commit 7420bc2

Please sign in to comment.