Skip to content

Commit

Permalink
ci: update browsers tests to test supported browsers only
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and dgp1130 committed Feb 11, 2020
1 parent 7202785 commit 3939142
Showing 1 changed file with 8 additions and 39 deletions.
47 changes: 8 additions & 39 deletions tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,17 @@ exports.config = {
multiCapabilities: [
{
browserName: 'chrome',
version: '41',
version: '80',
tunnelIdentifier,
},
{
browserName: 'chrome',
version: '75',
tunnelIdentifier,
},
{
browserName: 'safari',
platform: 'OS X 10.11',
version: '9.0',
tunnelIdentifier,
},
{
browserName: 'safari',
platform: 'OS X 10.12',
version: '10.1',
// This specific version is needed as otherwise it will not pass
// See: https://github.com/angular/angular-cli/issues/15084
seleniumVersion: '3.4.0',
browserName: 'firefox',
version: '72',
tunnelIdentifier,
},
{
browserName: 'safari',
platform: 'macOS 10.13',
version: '11.1',
browserName: 'firefox',
version: '68', // Latest Firefox ESR version
tunnelIdentifier,
},
{
Expand All @@ -55,18 +39,9 @@ exports.config = {
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '48',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '60',
tunnelIdentifier,
},
{
browserName: 'firefox',
version: '68',
browserName: 'safari',
platform: 'macOS 10.15',
version: '13.0',
tunnelIdentifier,
},
{
Expand All @@ -81,12 +56,6 @@ exports.config = {
version: '11',
tunnelIdentifier,
},
{
browserName: "MicrosoftEdge",
platform: 'Windows 10',
version: "14.14393",
tunnelIdentifier,
},
{
browserName: "MicrosoftEdge",
platform: 'Windows 10',
Expand Down

0 comments on commit 3939142

Please sign in to comment.