Skip to content

Commit

Permalink
TEST fire fox 126
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 29, 2024
1 parent 3145aec commit 06b1dc2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ const webvitalMetrics = ['LCP', 'FID', 'CLS', 'INP', 'TTFB', 'FCP'];
// const TTFBTestMetrics = ['LCP', 'FID', 'CLS', 'INP', 'FCP'];
// const FCPTestMetrics = ['LCP', 'FID', 'CLS', 'INP', 'TTFB'];

const metrics_support_fireFox = ['LCP', 'FID', 'TTFB', 'FCP'];
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: [
// ...generateSauceLabsCapabilities('internet explorer', '11.103', ['Windows 10'], { excludes: webvitalMetrics }), // PASSED 449
// ...generateSauceLabsCapabilities('MicrosoftEdge', '14.14393', ['Windows 10'], { excludes: TTFBTestMetrics }), // PASSED 450
Expand All @@ -25,18 +30,13 @@ 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('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

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

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

// ...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

// ...generateSauceLabsCapabilities('firefox', '122', ['macOS 10.15', 'Windows 10'], { excludes: ['FID', 'CLS', 'INP', 'TTFB', 'FCP'] }),
// ...generateSauceLabsCapabilities('chrome', '77', ['macOS 10.12', 'Windows 7', 'OS X 10.10'], { excludes: ['LCP', 'CLS', 'INP', 'TTFB', 'FCP'] }),
Expand Down

0 comments on commit 06b1dc2

Please sign in to comment.