ci: refs #6695 feat jenkins parallel e2e #1473
|
@ -117,8 +117,8 @@ pipeline {
|
|||
sh "docker-compose ${env.COMPOSE_PARAMS} up -d"
|
||||
image.inside("--network ${env.COMPOSE_PROJECT}_default -e CI -e TZ") {
|
||||
// sh 'cypress run --browser chromium || true'
|
||||
sh '''
|
||||
. test/cypress/cypressParallel.sh
|
||||
sh '''#!/bin/bash
|
||||
source test/cypress/cypressParallel.sh
|
||||
cypressParallel 2 || true
|
||||
'''
|
||||
alexm marked this conversation as resolved
Outdated
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Perque no fas que directament cypressParallel.sh pase els test en un comando que crida al script