Skip to content

Commit

Permalink
TTFB - chrome 49, Windows 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent 1097161 commit 516d285
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 @@ -93,7 +93,7 @@ exports.config = {
// // TTFB - Chrome - ???
// newSaucelabsCapability('chrome', '44', 'macOS 10.12', 'TTFB'), // passed - 362
// newSaucelabsCapability('chrome', '107', 'Windows 7', 'TTFB'), // passed - 365
newSaucelabsCapability('chrome', '49', 'Windows 7', 'TTFB'), // passed - ???
newSaucelabsCapability('chrome', '50', 'Windows 7', 'TTFB'), // passed - ???
// newSaucelabsCapability('chrome', '44', 'OS X 10.10', 'TTFB'), // passed - 359


Expand All @@ -117,7 +117,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} chrome 49, Windows 7` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} chrome 50, 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 516d285

Please sign in to comment.