Skip to content

Commit

Permalink
ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 30, 2024
1 parent 953051d commit 01e806a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
/* eslint-env node */
// comparing with 449
const webvitalMetrics = ['LCP', 'FID', 'CLS', 'INP', 'TTFB', 'FCP'];
const TTFBTestMetrics = ['LCP', 'FID', 'CLS', 'INP', 'FCP'];
const FCPTestMetrics = ['LCP', 'FID', 'CLS', 'INP', 'TTFB'];

const unsupported_matrices_in_firefox = ['FCP', 'CLS', 'INP'];
const platforms_support_fireFox_126 = ['macOS 10.15', 'macOS 11.00', 'macOS 12', 'macOS 13', 'Windows 10', 'Windows 11'];

exports.config = {
specs: ['test/e2e/**/*.spec.js'],
sauceUser: process.env.SAUCE_USERNAME,
sauceKey: process.env.SAUCE_ACCESS_KEY,
sauceBuild: process.env.GITHUB_RUN_NUMBER,
// See https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/

// some of the APIs required to capture these metrics are currently only available in Chromium- based browsers
// (e.g. Chrome, Edge, Opera, Samsung Internet). - https://github.com/GoogleChrome/web-vitals -
multiCapabilities: [
Expand Down

0 comments on commit 01e806a

Please sign in to comment.