Skip to content

Commit

Permalink
FCP - MicrosoftEdge 79, macOS 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent 3bc1f0f commit c775108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ exports.config = {

// // FCP
// // FCP - MicrosoftEdge - TEST
// newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // TEST -
newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // TEST -
// newSaucelabsCapability('MicrosoftEdge', '79', 'Windows 10', 'FCP'), // TEST -
// newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // TEST -

// // FCP - Chrome - TEST
// newSaucelabsCapability('chrome', '60', 'macOS 10.12', 'FCP'), // passed - 392
newSaucelabsCapability('chrome', '60', 'Windows 7', 'FCP'), // TEST -
// newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397
// newSaucelabsCapability('chrome', '60', 'Windows 7', 'FCP'), // TEST - 402
// newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397


// // FCP firefox - TEST
Expand All @@ -138,7 +138,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} chrome 60, Windows 7` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 79, macOS 10.12` : 'weasel e2e',
'tunnel-identifier': 'github-action-tunnel',
build: process.env.GITHUB_RUN_NUMBER,
specs: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],
Expand Down

0 comments on commit c775108

Please sign in to comment.