From 3ccbeda2f0d0aaecdf4b9206e1be0ec6d783f764 Mon Sep 17 00:00:00 2001 From: SETHULAKSHMI-PM Date: Thu, 6 Jun 2024 12:36:44 +0530 Subject: [PATCH] shardTestFiles --- protractor.saucelabs.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protractor.saucelabs.config.js b/protractor.saucelabs.config.js index deaaaa7ec..ea155ceb0 100644 --- a/protractor.saucelabs.config.js +++ b/protractor.saucelabs.config.js @@ -42,8 +42,8 @@ function newSaucelabsCapability(browserName, version, platform, isWebVitalsTest browserName, version, platform, - shardTestFiles: true, // allows specs to be executed in parallel. - maxInstances: 2, // total number of specs that can be run at once. + // shardTestFiles: true, // allows specs to be executed in parallel. + // maxInstances: 2, // total number of specs that can be run at once. name: isWebVitalsTest ? 'weasel e2e - web vitals' : 'weasel e2e', 'tunnel-identifier': 'github-action-tunnel', build: process.env.GITHUB_RUN_NUMBER,