8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c3f8e30852 - Show all commits

4
Jenkinsfile vendored
View File

@ -209,8 +209,8 @@ def runTestsInParallel() {
if (testFolder.trim()) {
def folderName = testFolder.replaceAll('test/cypress/integration/', '').replaceAll('/', '')
folderName = folderName.replaceAll('[^a-zA-Z0-9_-]', '') // Seguridad en nombres de red
// env.CYPRESS_SPEC="test/cypress/integration/${folderName}/**/*.spec.js"
env.CYPRESS_SPEC="test/cypress/integration/${folderName}/**/*.spec.js"
// NO ACABA DE FUNCIONAR
tasks["e2e_${folderName}"] = {
script {
sh "docker-compose -p ${env.NETWORK}_${folderName} -f docker-compose.e2e.yml up -d back"