From 7bd4f088ebc9e6c2e7619fa6973e65357ec07136 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 14 Mar 2025 10:30:14 +0100 Subject: [PATCH] fix: refs #6695 update Cypress parallel test execution to run with a single instance --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1add5ed63..4b712d335 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -124,7 +124,7 @@ pipeline { sh "docker-compose ${env.COMPOSE_PARAMS} up -d" image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ --init") { - sh 'sh test/cypress/cypressParallel.sh 2' + sh 'sh test/cypress/cypressParallel.sh 1' } } }