Skip to content

Commit

Permalink
LCP chrome - 78, macOS 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 14, 2024
1 parent f726aa7 commit 3d396ec
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@ exports.config = {

// LCP
// LCP - MicrosoftEdge - PASSED
newSaucelabsCapability('MicrosoftEdge', '80', 'macOS 10.12'),
newSaucelabsCapability('MicrosoftEdge', '80', 'Windows 10'),
newSaucelabsCapability('MicrosoftEdge', '80', 'OS X 10.10'),
// newSaucelabsCapability('MicrosoftEdge', '80', 'macOS 10.12'),
// newSaucelabsCapability('MicrosoftEdge', '80', 'Windows 10'),
// newSaucelabsCapability('MicrosoftEdge', '80', 'OS X 10.10'),

// LCP - Chrome - PASSED
newSaucelabsCapability('chrome', '78', 'macOS 10.15'), // passed - 315
newSaucelabsCapability('chrome', '78', 'Windows 7'), // passed - 316
newSaucelabsCapability('chrome', '78', 'OS X 10.10'), // passed 317
newSaucelabsCapability('chrome', '78', 'macOS 10.12'),
// newSaucelabsCapability('chrome', '78', 'macOS 10.15'), // passed - 315
// newSaucelabsCapability('chrome', '78', 'Windows 7'), // passed - 316
// newSaucelabsCapability('chrome', '78', 'OS X 10.10'), // passed 317

// Testing
// LCP - firefox - osx with firefox 122 not supporting from sauceLab config
newSaucelabsCapability('firefox', '124', 'macOS 10.15'),// passed - 321
newSaucelabsCapability('firefox', '122', 'Windows 10'), // passed - 320
// newSaucelabsCapability('firefox', '124', 'macOS 10.15'),// passed - 321
// newSaucelabsCapability('firefox', '122', 'Windows 10'), // passed - 320


],
Expand All @@ -55,7 +56,7 @@ function newSaucelabsCapability(browserName, version, platform) {
browserName,
version,
platform,
name: 'LCP ALL PASS CASES - RETEST',
name: 'LCP chrome - 78, macOS 10.12',
'tunnel-identifier': 'github-action-tunnel',
build: process.env.GITHUB_RUN_NUMBER
};
Expand Down

0 comments on commit 3d396ec

Please sign in to comment.