Skip to content

Commit

Permalink
FCP - firefox 90, Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 26, 2024
1 parent 59e9fa4 commit 5eb5d7a
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 @@ -108,15 +108,15 @@ exports.config = {
// newSaucelabsCapability('MicrosoftEdge', '92', 'Windows 10', 'FCP'), // passed - 417
// newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // passed - 408

// // FCP - Chrome - TEST
// // FCP - Chrome - PASSED
// newSaucelabsCapability('chrome', '6OS 10.12', 'FCP'), // passed - 392
// newSaucelabsCapability('chrome', '74', 'Windows 7', 'FCP'), // passed - 411
// newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397


// // FCP firefox - TEST
// newSaucelabsCapability('firefox', '84', 'macOS 10.12', 'FCP'), // TEST -
newSaucelabsCapability('firefox', '84', 'Windows 7', 'FCP'), // TEST -
// newSaucelabsCapability('firefox', '84', 'macOS 10.12', 'FCP'), // passed - 418
newSaucelabsCapability('firefox', '90', 'Windows 7', 'FCP'), // TEST - 419

// // FCP safari - TEST
// newSaucelabsCapability('safari', '14.1', 'macOS 10.12', 'FCP'), // TEST -
Expand All @@ -137,7 +137,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} firefox 84, Windows 7` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} firefox 90, Windows 7` : '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 5eb5d7a

Please sign in to comment.