Skip to content

Commit

Permalink
TTFB - chrome 107, Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent e6e7206 commit b65e3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exports.config = {

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


Expand All @@ -116,7 +116,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} chrome 122, Windows 7` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} chrome 107, 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 b65e3e7

Please sign in to comment.