Skip to content

Commit

Permalink
Added recent browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jan 30, 2022
1 parent 17b7c10 commit ade2686
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 12 deletions.
26 changes: 22 additions & 4 deletions moon-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,13 @@ data:
}
},
"MicrosoftEdge": {
"default": "96.0",
"default": "97.0",
"versions": {
"97.0": {
"image": "quay.io/browsers/edge:97.0",
"port": "4444",
"path": "/"
},
"96.0": {
"image": "quay.io/browsers/edge:96.0",
"port": "4444",
Expand Down Expand Up @@ -718,8 +723,13 @@ data:
}
},
"firefox": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/firefox:96.0",
"port": "4444",
"path": "/wd/hub"
},
"95.0": {
"image": "quay.io/browsers/firefox:95.0",
"port": "4444",
Expand Down Expand Up @@ -1188,8 +1198,12 @@ data:
}
},
"chrome": {
"default": "96.0",
"default": "97.0",
"versions": {
"97.0": {
"image": "quay.io/browsers/chrome:97.0",
"port": "4444"
},
"96.0": {
"image": "quay.io/browsers/chrome:96.0",
"port": "4444"
Expand Down Expand Up @@ -1385,8 +1399,12 @@ data:
}
},
"opera": {
"default": "82.0",
"default": "83.0",
"versions": {
"83.0": {
"image": "quay.io/browsers/opera:83.0",
"port": "4444"
},
"82.0": {
"image": "quay.io/browsers/opera:82.0",
"port": "4444"
Expand Down
26 changes: 22 additions & 4 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,13 @@ objects:
}
},
"MicrosoftEdge": {
"default": "96.0",
"default": "97.0",
"versions": {
"97.0": {
"image": "quay.io/browsers/edge:97.0",
"port": "4444",
"path": "/"
},
"96.0": {
"image": "quay.io/browsers/edge:96.0",
"port": "4444",
Expand Down Expand Up @@ -792,8 +797,13 @@ objects:
}
},
"firefox": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/firefox:96.0",
"port": "4444",
"path": "/wd/hub"
},
"95.0": {
"image": "quay.io/browsers/firefox:95.0",
"port": "4444",
Expand Down Expand Up @@ -1257,8 +1267,12 @@ objects:
}
},
"chrome": {
"default": "96.0",
"default": "97.0",
"versions": {
"97.0": {
"image": "quay.io/browsers/chrome:97.0",
"port": "4444"
},
"96.0": {
"image": "quay.io/browsers/chrome:96.0",
"port": "4444"
Expand Down Expand Up @@ -1454,8 +1468,12 @@ objects:
}
},
"opera": {
"default": "82.0",
"default": "83.0",
"versions": {
"83.0": {
"image": "quay.io/browsers/opera:83.0",
"port": "4444"
},
"82.0": {
"image": "quay.io/browsers/opera:82.0",
"port": "4444"
Expand Down
26 changes: 22 additions & 4 deletions moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,13 @@ data:
}
},
"MicrosoftEdge": {
"default": "96.0",
"default": "97.0",
"versions": {
"97.0": {
"image": "quay.io/browsers/edge:97.0",
"port": "4444",
"path": "/"
},
"96.0": {
"image": "quay.io/browsers/edge:96.0",
"port": "4444",
Expand Down Expand Up @@ -773,8 +778,13 @@ data:
}
},
"firefox": {
"default": "95.0",
"default": "96.0",
"versions": {
"96.0": {
"image": "quay.io/browsers/firefox:96.0",
"port": "4444",
"path": "/wd/hub"
},
"95.0": {
"image": "quay.io/browsers/firefox:95.0",
"port": "4444",
Expand Down Expand Up @@ -1243,8 +1253,12 @@ data:
}
},
"chrome": {
"default": "96.0",
"default": "97.0",
"versions": {
"97.0": {
"image": "quay.io/browsers/chrome:97.0",
"port": "4444"
},
"96.0": {
"image": "quay.io/browsers/chrome:96.0",
"port": "4444"
Expand Down Expand Up @@ -1440,8 +1454,12 @@ data:
}
},
"opera": {
"default": "82.0",
"default": "83.0",
"versions": {
"83.0": {
"image": "quay.io/browsers/opera:83.0",
"port": "4444"
},
"82.0": {
"image": "quay.io/browsers/opera:82.0",
"port": "4444"
Expand Down

0 comments on commit ade2686

Please sign in to comment.