Skip to content

Commit

Permalink
FCP - chrome 70, Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent c775108 commit f718ac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ exports.config = {

// // FCP
// // FCP - MicrosoftEdge - TEST
newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // TEST -
// newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // TEST - 403
// 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 - 402
newSaucelabsCapability('chrome', '70', 'Windows 7', 'FCP'), // TEST - 402
// newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397


Expand Down Expand Up @@ -138,7 +138,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 79, macOS 10.12` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} chrome 70, 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 f718ac8

Please sign in to comment.