Skip to content

Commit

Permalink
TTFB - MicrosoftEdge 79, OS X 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent c66c6f8 commit e4149de
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,11 @@ exports.config = {
// // TTFB - MicrosoftEdge - ???
// newSaucelabsCapability('MicrosoftEdge', '80', 'macOS 10.12', 'TTFB'), // passed - ???
// newSaucelabsCapability('MicrosoftEdge', '80', 'Windows 10', 'TTFB'), // passed - ???
// newSaucelabsCapability('MicrosoftEdge', '80', 'OS X 10.10', 'TTFB'), // passed - ???
newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'TTFB'), // passed - ???

// // TTFB - Chrome - ???
// // TTFB - Chrome - PASSED
// newSaucelabsCapability('chrome', '44', 'macOS 10.12', 'TTFB'), // passed - 362
// newSaucelabsCapability('chrome', '107', 'Windows 7', 'TTFB'), // passed - 365
newSaucelabsCapability('chrome', '67', 'Windows 7', 'TTFB'), // passed - ???
// newSaucelabsCapability('chrome', '67', 'Windows 7', 'TTFB'), // passed - 382
// newSaucelabsCapability('chrome', '44', 'OS X 10.10', 'TTFB'), // passed - 359


Expand All @@ -117,7 +116,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} chrome 67, Windows 7` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 79, OS X 10.10` : '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 e4149de

Please sign in to comment.