diff --git a/moon-local.yaml b/moon-local.yaml index 6cbcea3..188acd6 100644 --- a/moon-local.yaml +++ b/moon-local.yaml @@ -698,8 +698,23 @@ data: } }, "firefox": { - "default": "89.0", + "default": "92.0", "versions": { + "92.0": { + "image": "quay.io/browsers/firefox:92.0", + "port": "4444", + "path": "/wd/hub" + }, + "91.0": { + "image": "quay.io/browsers/firefox:91.0", + "port": "4444", + "path": "/wd/hub" + }, + "90.0": { + "image": "quay.io/browsers/firefox:90.0", + "port": "4444", + "path": "/wd/hub" + }, "89.0": { "image": "quay.io/browsers/firefox:89.0", "port": "4444", @@ -1138,8 +1153,16 @@ data: } }, "chrome": { - "default": "91.0", + "default": "93.0", "versions": { + "93.0": { + "image": "quay.io/browsers/chrome:93.0", + "port": "4444" + }, + "92.0": { + "image": "quay.io/browsers/chrome:92.0", + "port": "4444" + }, "91.0": { "image": "quay.io/browsers/chrome:91.0", "port": "4444" @@ -1315,8 +1338,12 @@ data: } }, "opera": { - "default": "77.0", + "default": "78.0", "versions": { + "78.0": { + "image": "quay.io/browsers/opera:78.0", + "port": "4444" + }, "77.0": { "image": "quay.io/browsers/opera:77.0", "port": "4444" diff --git a/moon-openshift.yaml b/moon-openshift.yaml index 0aa2ffa..4984c71 100644 --- a/moon-openshift.yaml +++ b/moon-openshift.yaml @@ -772,10 +772,20 @@ objects: } }, "firefox": { - "default": "89.0", + "default": "92.0", "versions": { - "89.0": { - "image": "quay.io/browsers/firefox:89.0", + "92.0": { + "image": "quay.io/browsers/firefox:92.0", + "port": "4444", + "path": "/wd/hub" + }, + "91.0": { + "image": "quay.io/browsers/firefox:91.0", + "port": "4444", + "path": "/wd/hub" + }, + "90.0": { + "image": "quay.io/browsers/firefox:90.0", "port": "4444", "path": "/wd/hub" }, @@ -1212,8 +1222,16 @@ objects: } }, "chrome": { - "default": "91.0", + "default": "93.0", "versions": { + "93.0": { + "image": "quay.io/browsers/chrome:93.0", + "port": "4444" + }, + "92.0": { + "image": "quay.io/browsers/chrome:92.0", + "port": "4444" + }, "91.0": { "image": "quay.io/browsers/chrome:91.0", "port": "4444" @@ -1389,10 +1407,14 @@ objects: } }, "opera": { - "default": "77.0", + "default": "78.0", "versions": { - "75.0": { - "image": "quay.io/browsers/opera:75.0", + "78.0": { + "image": "quay.io/browsers/opera:78.0", + "port": "4444" + }, + "77.0": { + "image": "quay.io/browsers/opera:77.0", "port": "4444" }, "76.0": { diff --git a/moon.yaml b/moon.yaml index 2edc73e..e0e8b2d 100644 --- a/moon.yaml +++ b/moon.yaml @@ -753,8 +753,18 @@ data: } }, "firefox": { - "default": "90.0", + "default": "92.0", "versions": { + "92.0": { + "image": "quay.io/browsers/firefox:92.0", + "port": "4444", + "path": "/wd/hub" + }, + "91.0": { + "image": "quay.io/browsers/firefox:91.0", + "port": "4444", + "path": "/wd/hub" + }, "90.0": { "image": "quay.io/browsers/firefox:90.0", "port": "4444", @@ -1198,8 +1208,12 @@ data: } }, "chrome": { - "default": "92.0", + "default": "93.0", "versions": { + "93.0": { + "image": "quay.io/browsers/chrome:93.0", + "port": "4444" + }, "92.0": { "image": "quay.io/browsers/chrome:92.0", "port": "4444" @@ -1379,8 +1393,12 @@ data: } }, "opera": { - "default": "77.0", + "default": "78.0", "versions": { + "78.0": { + "image": "quay.io/browsers/opera:78.0", + "port": "4444" + }, "77.0": { "image": "quay.io/browsers/opera:77.0", "port": "4444"