Skip to content

Commit

Permalink
test: update saucelabs browsers versions
Browse files Browse the repository at this point in the history
Bump versions to latests
  • Loading branch information
alan-agius4 committed Jan 21, 2025
1 parent abb186a commit 197b770
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ exports.config = {
multiCapabilities: [
{
browserName: 'chrome',
platform: 'Windows 11',
version: '119',
version: '132',
platform: 'Linux',
tunnelIdentifier,
},
{
browserName: 'chrome',
platform: 'Windows 11',
version: '116',
version: '131',
platform: 'Linux',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '119',
platform: 'Windows 11',
version: '134',
platform: 'Linux',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '102', // Latest Firefox ESR version as of Sep 2023
version: '128', // Latest Firefox ESR version as of Jan 2025
platform: 'Windows 11',
tunnelIdentifier,
},
Expand All @@ -58,13 +58,13 @@ exports.config = {
{
browserName: 'MicrosoftEdge',
platform: 'Windows 11',
version: '118',
version: '132',
tunnelIdentifier,
},
{
browserName: 'MicrosoftEdge',
platform: 'Windows 11',
version: '115',
version: '131',
tunnelIdentifier,
},
],
Expand Down

0 comments on commit 197b770

Please sign in to comment.