Skip to content

Commit

Permalink
TEST firefox 126 - LCP, FID, TTFB
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 29, 2024
1 parent 7776fa3 commit a56471b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env node */
// comparing with 449
const webvitalMetrics = ['LCP', 'FID', 'CLS', 'INP', 'TTFB', 'FCP'];
const TTFBTestMetrics = ['LCP', 'FID', 'CLS', 'INP', 'FCP'];
// const TTFBTestMetrics = ['LCP', 'FID', 'CLS', 'INP', 'FCP'];
// const FCPTestMetrics = ['LCP', 'FID', 'CLS', 'INP', 'TTFB'];

exports.config = {
Expand All @@ -25,7 +25,12 @@ exports.config = {
// ...generateSauceLabsCapabilities('chrome', '107', ['Windows 7'], { excludes: [] }), // PASSED 449
// ...generateSauceLabsCapabilities('chrome', '125', ['macOS 11'], { excludes: [] }), // PASSED 449
// ...generateSauceLabsCapabilities('chrome', '103', ['OS X 10.11'], { excludes: [] }), // PASSED 449
...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['CLS', 'INP', 'FCP'] }),// 452 failed, TEST 453

// ...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['CLS', 'INP', 'FCP'] }),// 449, 452, 453 failed, TEST

...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['FID', 'CLS', 'INP', 'TTFB', 'FCP'] }),// TEST
...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['LCP', 'CLS', 'INP', 'TTFB', 'FCP'] }),// TEST
...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['LCP', 'FID', 'CLS', 'INP', 'FCP'] }),// TEST

// ...generateSauceLabsCapabilities('MicrosoftEdge', '80', ['macOS 10.12', 'Windows 10', 'OS X 10.10'], { excludes: ['INP', 'TTFB', 'FCP'] }), // PASSED 449
// ...generateSauceLabsCapabilities('chrome', '78', ['macOS 10.12', 'Windows 7', 'OS X 10.10'], { excludes: ['FID', 'INP', 'TTFB', 'FCP'] }), // PASSED 449
Expand Down

0 comments on commit a56471b

Please sign in to comment.