Skip to content

Commit fd9c3f1

Browse files
alan-agius4clydin
authored andcommitted
ci: update saucelabs browsers
This commit updates the browsers versions to reflect the what's currently supported.
1 parent 1e5d4a7 commit fd9c3f1

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

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

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @ts-check
22
// Protractor configuration file, see link for more information
33
// https://github.com/angular/protractor/blob/master/lib/config.ts
4+
// https://saucelabs.com/platform/platform-configurator
45

56
const { SpecReporter, StacktraceOption } = require('jasmine-spec-reporter');
67

@@ -19,20 +20,26 @@ exports.config = {
1920
multiCapabilities: [
2021
{
2122
browserName: 'chrome',
22-
platform: 'Windows 10',
23-
version: '89.0',
23+
platform: 'Windows 11',
24+
version: '105',
2425
tunnelIdentifier,
2526
},
2627
{
2728
browserName: 'firefox',
28-
version: '86.0',
29-
platform: 'Windows 10',
29+
version: '104',
30+
platform: 'Windows 11',
3031
tunnelIdentifier,
3132
},
3233
{
3334
browserName: 'firefox',
34-
version: '78.0', // Latest Firefox ESR version
35-
platform: 'Windows 10',
35+
version: '91', // Latest Firefox ESR version
36+
platform: 'Windows 11',
37+
tunnelIdentifier,
38+
},
39+
{
40+
browserName: 'safari',
41+
platform: 'macOS 12',
42+
version: '15',
3643
tunnelIdentifier,
3744
},
3845
{
@@ -42,15 +49,15 @@ exports.config = {
4249
tunnelIdentifier,
4350
},
4451
{
45-
browserName: 'safari',
46-
platform: 'macOS 10.15',
47-
version: '13.1',
52+
browserName: 'MicrosoftEdge',
53+
platform: 'Windows 11',
54+
version: '103',
4855
tunnelIdentifier,
4956
},
5057
{
5158
browserName: 'MicrosoftEdge',
52-
platform: 'Windows 10',
53-
version: '88.0',
59+
platform: 'Windows 11',
60+
version: '104',
5461
tunnelIdentifier,
5562
},
5663
],
@@ -68,9 +75,6 @@ exports.config = {
6875
},
6976

7077
onPrepare() {
71-
// Fix for Safari 12 -- https://github.com/angular/protractor/issues/4964
72-
browser.resetUrl = 'about:blank';
73-
7478
require('ts-node').register({
7579
project: require('path').join(__dirname, './tsconfig.json'),
7680
});

0 commit comments

Comments
 (0)