Skip to content

Commit

Permalink
shardTestFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
SETHULAKSHMI-PM committed Jun 6, 2024
1 parent d8597f4 commit 3ccbeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protractor.saucelabs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ccbeda

Please sign in to comment.