From b8d9ce9f3796777e0841e56838c02c77c9c852a1 Mon Sep 17 00:00:00 2001 From: Adel Bensaad Date: Tue, 21 May 2024 06:29:06 +0100 Subject: [PATCH] chore: reduce test groupes to 7 and use latest analytics workflow --- 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 c19456ab91..90b16397da 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 = 10) => { +const createGroups = (files, numberOfGroups = 7) => { const groups = [] for (let i = 0; i < numberOfGroups; i++) { groups.push([])