Skip to content

Commit e4149de

Browse files
author
SETHULAKSHMI-PM
committed
TTFB - MicrosoftEdge 79, OS X 10.10
1 parent c66c6f8 commit e4149de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

protractor.saucelabs.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,11 @@ exports.config = {
8888
// // TTFB - MicrosoftEdge - ???
8989
// newSaucelabsCapability('MicrosoftEdge', '80', 'macOS 10.12', 'TTFB'), // passed - ???
9090
// newSaucelabsCapability('MicrosoftEdge', '80', 'Windows 10', 'TTFB'), // passed - ???
91-
// newSaucelabsCapability('MicrosoftEdge', '80', 'OS X 10.10', 'TTFB'), // passed - ???
91+
newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'TTFB'), // passed - ???
9292

93-
// // TTFB - Chrome - ???
93+
// // TTFB - Chrome - PASSED
9494
// newSaucelabsCapability('chrome', '44', 'macOS 10.12', 'TTFB'), // passed - 362
95-
// newSaucelabsCapability('chrome', '107', 'Windows 7', 'TTFB'), // passed - 365
96-
newSaucelabsCapability('chrome', '67', 'Windows 7', 'TTFB'), // passed - ???
95+
// newSaucelabsCapability('chrome', '67', 'Windows 7', 'TTFB'), // passed - 382
9796
// newSaucelabsCapability('chrome', '44', 'OS X 10.10', 'TTFB'), // passed - 359
9897

9998

@@ -117,7 +116,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '')
117116
version,
118117
platform,
119118
metricName,
120-
name: isWebVitalsTest ? `${metricName} chrome 67, Windows 7` : 'weasel e2e',
119+
name: isWebVitalsTest ? `${metricName} MicrosoftEdge 79, OS X 10.10` : 'weasel e2e',
121120
'tunnel-identifier': 'github-action-tunnel',
122121
build: process.env.GITHUB_RUN_NUMBER,
123122
specs: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],

0 commit comments

Comments
 (0)