Skip to content

Commit 197b770

Browse files
committed
test: update saucelabs browsers versions
Bump versions to latests
1 parent abb186a commit 197b770

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ exports.config = {
2121
multiCapabilities: [
2222
{
2323
browserName: 'chrome',
24-
platform: 'Windows 11',
25-
version: '119',
24+
version: '132',
25+
platform: 'Linux',
2626
tunnelIdentifier,
2727
},
2828
{
2929
browserName: 'chrome',
30-
platform: 'Windows 11',
31-
version: '116',
30+
version: '131',
31+
platform: 'Linux',
3232
tunnelIdentifier,
3333
},
3434
{
3535
browserName: 'firefox',
36-
version: '119',
37-
platform: 'Windows 11',
36+
version: '134',
37+
platform: 'Linux',
3838
tunnelIdentifier,
3939
},
4040
{
4141
browserName: 'firefox',
42-
version: '102', // Latest Firefox ESR version as of Sep 2023
42+
version: '128', // Latest Firefox ESR version as of Jan 2025
4343
platform: 'Windows 11',
4444
tunnelIdentifier,
4545
},
@@ -58,13 +58,13 @@ exports.config = {
5858
{
5959
browserName: 'MicrosoftEdge',
6060
platform: 'Windows 11',
61-
version: '118',
61+
version: '132',
6262
tunnelIdentifier,
6363
},
6464
{
6565
browserName: 'MicrosoftEdge',
6666
platform: 'Windows 11',
67-
version: '115',
67+
version: '131',
6868
tunnelIdentifier,
6969
},
7070
],

0 commit comments

Comments
 (0)