Skip to content

Commit

Permalink
chore: parallelise specs across 5 machines
Browse files Browse the repository at this point in the history
Save over 3 minutes by parallelizing specs across 5 machines
Reduce run time by up to 75%.
  • Loading branch information
adeldhis2 committed May 29, 2024
1 parent b9f7a98 commit 7131b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/generateTestMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const getAllFiles = (dirPath, arrayOfFiles = []) => {
return arrayOfFiles
}

const createGroups = (files, numberOfGroups = 3) => {
const createGroups = (files, numberOfGroups = 5) => {
const groups = []
for (let i = 0; i < numberOfGroups; i++) {
groups.push([])
Expand Down

0 comments on commit 7131b9a

Please sign in to comment.