From 4f433828746a09ce9e3d1af4d5d395471cc75268 Mon Sep 17 00:00:00 2001 From: Adel Bensaad Date: Tue, 21 May 2024 07:13:34 +0100 Subject: [PATCH] chore: split tests to 10 groups --- cypress/support/generateTestMatrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/generateTestMatrix.js b/cypress/support/generateTestMatrix.js index 90b16397da..c19456ab91 100644 --- a/cypress/support/generateTestMatrix.js +++ b/cypress/support/generateTestMatrix.js @@ -15,7 +15,7 @@ const getAllFiles = (dirPath, arrayOfFiles = []) => { return arrayOfFiles } -const createGroups = (files, numberOfGroups = 7) => { +const createGroups = (files, numberOfGroups = 10) => { const groups = [] for (let i = 0; i < numberOfGroups; i++) { groups.push([])