8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +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: