diff --git a/moon-local.yaml b/moon-local.yaml index be884e4..ab21467 100644 --- a/moon-local.yaml +++ b/moon-local.yaml @@ -674,8 +674,13 @@ data: } }, "MicrosoftEdge": { - "default": "90.0", + "default": "91.0", "versions": { + "91.0": { + "image": "browsers/edge:91.0", + "port": "4444", + "path": "/" + }, "90.0": { "image": "browsers/edge:90.0", "port": "4444", @@ -694,8 +699,18 @@ data: } }, "firefox": { - "default": "85.0", + "default": "87.0", "versions": { + "87.0": { + "image": "selenoid/vnc_firefox:87.0", + "port": "4444", + "path": "/wd/hub" + }, + "86.0": { + "image": "selenoid/vnc_firefox:86.0", + "port": "4444", + "path": "/wd/hub" + }, "85.0": { "image": "selenoid/vnc_firefox:85.0", "port": "4444", @@ -1114,8 +1129,12 @@ data: } }, "chrome": { - "default": "88.0", + "default": "89.0", "versions": { + "89.0": { + "image": "selenoid/vnc_chrome:89.0", + "port": "4444" + }, "88.0": { "image": "selenoid/vnc_chrome:88.0", "port": "4444" @@ -1279,8 +1298,12 @@ data: } }, "opera": { - "default": "74.0", + "default": "75.0", "versions": { + "75.0": { + "image": "selenoid/vnc_opera:75.0", + "port": "4444" + }, "74.0": { "image": "selenoid/vnc_opera:74.0", "port": "4444" diff --git a/moon-openshift.yaml b/moon-openshift.yaml index 365b869..09404d9 100644 --- a/moon-openshift.yaml +++ b/moon-openshift.yaml @@ -708,13 +708,18 @@ objects: } }, "MicrosoftEdge": { - "default": "90.0", + "default": "91.0", "versions": { "90.0": { "image": "browsers/edge:90.0", "port": "4444", "path": "/" }, + "91.0": { + "image": "browsers/edge:91.0", + "port": "4444", + "path": "/" + }, "89.0": { "image": "browsers/edge:89.0", "port": "4444", @@ -728,8 +733,18 @@ objects: } }, "firefox": { - "default": "85.0", + "default": "87.0", "versions": { + "87.0": { + "image": "selenoid/vnc_firefox:87.0", + "port": "4444", + "path": "/wd/hub" + }, + "86.0": { + "image": "selenoid/vnc_firefox:86.0", + "port": "4444", + "path": "/wd/hub" + }, "85.0": { "image": "selenoid/vnc_firefox:85.0", "port": "4444", @@ -1148,8 +1163,12 @@ objects: } }, "chrome": { - "default": "88.0", + "default": "89.0", "versions": { + "89.0": { + "image": "selenoid/vnc_chrome:89.0", + "port": "4444" + }, "88.0": { "image": "selenoid/vnc_chrome:88.0", "port": "4444" @@ -1313,8 +1332,12 @@ objects: } }, "opera": { - "default": "74.0", + "default": "75.0", "versions": { + "75.0": { + "image": "selenoid/vnc_opera:75.0", + "port": "4444" + }, "74.0": { "image": "selenoid/vnc_opera:74.0", "port": "4444" diff --git a/moon.yaml b/moon.yaml index 62b8f93..6afb7e2 100644 --- a/moon.yaml +++ b/moon.yaml @@ -688,8 +688,13 @@ data: } }, "MicrosoftEdge": { - "default": "90.0", + "default": "91.0", "versions": { + "91.0": { + "image": "browsers/edge:91.0", + "port": "4444", + "path": "/" + }, "90.0": { "image": "browsers/edge:90.0", "port": "4444", @@ -708,8 +713,18 @@ data: } }, "firefox": { - "default": "85.0", + "default": "87.0", "versions": { + "87.0": { + "image": "selenoid/vnc_firefox:87.0", + "port": "4444", + "path": "/wd/hub" + }, + "86.0": { + "image": "selenoid/vnc_firefox:86.0", + "port": "4444", + "path": "/wd/hub" + }, "85.0": { "image": "selenoid/vnc_firefox:85.0", "port": "4444", @@ -1128,8 +1143,12 @@ data: } }, "chrome": { - "default": "88.0", + "default": "89.0", "versions": { + "89.0": { + "image": "selenoid/vnc_chrome:89.0", + "port": "4444" + }, "88.0": { "image": "selenoid/vnc_chrome:88.0", "port": "4444" @@ -1293,8 +1312,12 @@ data: } }, "opera": { - "default": "74.0", + "default": "75.0", "versions": { + "75.0": { + "image": "selenoid/vnc_opera:75.0", + "port": "4444" + }, "74.0": { "image": "selenoid/vnc_opera:74.0", "port": "4444"