Skip to content

Commit

Permalink
FID - firefox - 90, macOS 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 17, 2024
1 parent 8f82b93 commit 01f3418
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ exports.config = {
// newSaucelabsCapability('MicrosoftEdge', '80', 'OS X 10.10'), // passed - 330

// FID - Chrome
// newSaucelabsCapability('chrome', '77', 'macOS 10.12'),
newSaucelabsCapability('chrome', '77', 'Windows 7'),
// newSaucelabsCapability('chrome', '77', 'macOS 10.12'), // passed - 334
// newSaucelabsCapability('chrome', '77', 'Windows 7'), // passed - 335
// newSaucelabsCapability('chrome', '77', 'OS X 10.10'), // passed - 333


// FID firefox
// FID - OS X 10.10 with firefox 90 not supporting from sauceLab config
// FID - OS X 10.11 with firefox 90 not supporting from sauceLab config
newSaucelabsCapability('firefox', '90', 'macOS 10.12'), // TRY
],
// Do not allow parallel test execution. Makes the test execution a lot
// slower, but the setup simpler.
Expand Down

0 comments on commit 01f3418

Please sign in to comment.