0
0
Fork 0

chore: update Cypress parallel test execution to use 6 instances

This commit is contained in:
Alex Moreno 2025-03-27 12:28:11 +01:00
parent 696dbd4149
commit 71c6741cf2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -126,7 +126,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 4'
sh 'sh test/cypress/cypressParallel.sh 6'
}
}
}