Skip to content

Commit

Permalink
ci: update saucelabs browsers
Browse files Browse the repository at this point in the history
This commit updates the browsers versions to reflect the what's currently supported.
  • Loading branch information
alan-agius4 committed Sep 20, 2022
1 parent 99fb2f3 commit 554036b
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,26 @@ exports.config = {
multiCapabilities: [
{
browserName: 'chrome',
platform: 'Windows 10',
version: '89.0',
platform: 'Windows 11',
version: '105',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '86.0',
platform: 'Windows 10',
version: '104',
platform: 'Windows 11',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '78.0', // Latest Firefox ESR version
platform: 'Windows 10',
version: '91', // Latest Firefox ESR version
platform: 'Windows 11',
tunnelIdentifier,
},
{
browserName: 'safari',
platform: 'macOS 12.00',
version: '15',
tunnelIdentifier,
},
{
Expand All @@ -42,15 +48,15 @@ exports.config = {
tunnelIdentifier,
},
{
browserName: 'safari',
platform: 'macOS 10.15',
version: '13.1',
browserName: 'MicrosoftEdge',
platform: 'Windows 11',
version: '103',
tunnelIdentifier,
},
{
browserName: 'MicrosoftEdge',
platform: 'Windows 10',
version: '88.0',
platform: 'Windows 11',
version: '104',
tunnelIdentifier,
},
],
Expand All @@ -68,9 +74,6 @@ exports.config = {
},

onPrepare() {
// Fix for Safari 12 -- https://github.com/angular/protractor/issues/4964
browser.resetUrl = 'about:blank';

require('ts-node').register({
project: require('path').join(__dirname, './tsconfig.json'),
});
Expand Down

0 comments on commit 554036b

Please sign in to comment.