diff --git a/protractor.saucelabs.config.js b/protractor.saucelabs.config.js index e3a7ba8af..c50ba49e6 100644 --- a/protractor.saucelabs.config.js +++ b/protractor.saucelabs.config.js @@ -103,20 +103,20 @@ exports.config = { // newSaucelabsCapability('safari', '11', 'macOS 10.12', 'TTFB'), // passed - 390 // // FCP - // // FCP - MicrosoftEdge - TEST - // newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // passed - 403 - newSaucelabsCapability('MicrosoftEdge', '92', 'Windows 10', 'FCP'), // TEST - 406 - // newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // passed - 408 + // // FCP - MicrosoftEdge - PASSED + // newSaucelabsCapability('MicrosoftEdge', '79', 'macOS 10.12', 'FCP'), // passed - 403 + // newSaucelabsCapability('MicrosoftEdge', '92', 'Windows 10', 'FCP'), // passed - 417 + // newSaucelabsCapability('MicrosoftEdge', '79', 'OS X 10.10', 'FCP'), // passed - 408 // // FCP - Chrome - TEST // newSaucelabsCapability('chrome', '6OS 10.12', 'FCP'), // passed - 392 - // newSaucelabsCapability('chrome', '74', 'Windows 7', 'FCP'), // passed - 411 - // newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397 + // newSaucelabsCapability('chrome', '74', 'Windows 7', 'FCP'), // passed - 411 + // newSaucelabsCapability('chrome', '85', 'OS X 10.10', 'FCP'), // passed - 397 // // FCP firefox - TEST - // newSaucelabsCapability('firefox', '84', 'OS X 10.10', 'FCP'), // TEST - - // newSaucelabsCapability('firefox', '84', 'macOS 10.12', 'FCP'), // TEST - + // newSaucelabsCapability('firefox', '84', 'OS X 10.10', 'FCP'), // TEST - + newSaucelabsCapability('firefox', '84', 'macOS 10.12', 'FCP'), // TEST - // newSaucelabsCapability('firefox', '84', 'Windows 7', 'FCP'), // TEST - // // FCP safari - TEST @@ -138,7 +138,7 @@ function newSaucelabsCapability(browserName, version, platform, metricName = '') version, platform, metricName, - name: isWebVitalsTest ? `${metricName} MicrosoftEdge 92, Windows 10` : 'weasel e2e', + name: isWebVitalsTest ? `${metricName} firefox 84, macOS 10.12` : 'weasel e2e', 'tunnel-identifier': 'github-action-tunnel', build: process.env.GITHUB_RUN_NUMBER, specs: ['test/e2e/12_webvitalsAsCustomEvent/*.spec.js'],