Skip to content

Commit

Permalink
TTFB - firefox 35, macOS 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 25, 2024
1 parent 36327dd commit 07f4bbb
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 @@ -97,9 +97,9 @@ exports.config = {


// // TTFB firefox - ???
newSaucelabsCapability('firefox', '35', 'OS X 10.10', 'TTFB'), // passed - ???
// newSaucelabsCapability('firefox', '36', 'macOS 10.12', 'TTFB'), // passed - ???
// newSaucelabsCapability('firefox', '90', 'Windows 7', 'TTFB'), // passed - ???
// newSaucelabsCapability('firefox', '35', 'OS X 10.10', 'TTFB'), // passed - 386
newSaucelabsCapability('firefox', '35', 'macOS 10.12', 'TTFB'), // passed - ???
// newSaucelabsCapability('firefox', '35', 'Windows 7', 'TTFB'), // passed - ???
],
// Do not allow parallel test execution. Makes the test execution a lot
// slower, but the setup simpler.
Expand All @@ -116,7 +116,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
version,
platform,
metricName,
name: isWebVitalsTest ? `${metricName} firefox 35, OS X 10.10` : 'weasel e2e',
name: isWebVitalsTest ? `${metricName} firefox 35, macOS 10.12` : '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 07f4bbb

Please sign in to comment.