6695-docker_push_3 #1423

Merged
alexm merged 424 commits from 6695-docker_push_3 into dev 2025-02-21 12:41:37 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 5dc73614a3 - Show all commits

6
Jenkinsfile vendored
View File

@ -120,8 +120,10 @@ pipeline {
stage('E2E: Sections') {
steps {
script {
runTestsInParallel(2)
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d back"
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up -d front"
sh "docker-compose -p ${env.NETWORK} -f docker-compose.e2e.yml up e2e"
checkErrors(folderName)
}
}
}

View File

@ -23,7 +23,7 @@ services:
e2e:
image: alexmorenovn/vndev:latest
# command: pnpm exec cypress run --browser chromium
command: sh -c "pnpm exec cypress install && pnpm exec cypress run --headed --spec ${CYPRESS_SPEC:?}"
command: pnpm exec cypress run --headed
environment:
- TZ=Europe/Madrid
volumes: