chore: update Cypress parallel test execution to use 2 instances #1648

Merged
alexm merged 15 commits from enable-parallel-x2 into dev 2025-04-02 10:36:03 +00:00
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 1'
sh 'sh test/cypress/cypressParallel.sh 2'
}
}
}