Skip to content

Commit

Permalink
Merge pull request #143 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added recent browser versions
  • Loading branch information
vania-pooh authored Sep 10, 2021
2 parents 829255d + 9bd1bb2 commit e6ba3d3
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 13 deletions.
33 changes: 30 additions & 3 deletions moon-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
36 changes: 29 additions & 7 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down
24 changes: 21 additions & 3 deletions moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e6ba3d3

Please sign in to comment.