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 Mar 30, 2021
1 parent 1722a8a commit cbb8b7b
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 12 deletions.
31 changes: 27 additions & 4 deletions moon-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
31 changes: 27 additions & 4 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
31 changes: 27 additions & 4 deletions moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cbb8b7b

Please sign in to comment.