Skip to content

Commit

Permalink
ci: update sauce browsers
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f3eec7)
  • Loading branch information
alan-agius4 authored and clydin committed Mar 24, 2021
1 parent f289e4d commit f0cc118
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,26 @@ exports.config = {
multiCapabilities: [
{
browserName: 'chrome',
version: '80',
platform: 'Windows 10',
version: '89.0',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '72',
version: '86.0',
platform: 'Windows 10',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '68', // Latest Firefox ESR version
version: '78.0', // Latest Firefox ESR version
platform: 'Windows 10',
tunnelIdentifier,
},
{
browserName: 'safari',
platform: 'macOS 10.13',
version: '12.1',
platform: 'macOS 11.00',
version: '14',
tunnelIdentifier,
},
{
Expand All @@ -53,13 +56,7 @@ exports.config = {
{
browserName: "MicrosoftEdge",
platform: 'Windows 10',
version: "17.17134",
tunnelIdentifier,
},
{
browserName: "MicrosoftEdge",
platform: 'Windows 10',
version: "18.17763",
version: "88.0",
tunnelIdentifier,
},
],
Expand Down

0 comments on commit f0cc118

Please sign in to comment.