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 1 additions and 5 deletions
Showing only changes of commit e9389a00fd - Show all commits

1
Jenkinsfile vendored
View File

@ -102,7 +102,6 @@ pipeline {
env.NETWORK = "${PROJECT_NAME}-${env.BRANCH_NAME}-${env.BUILD_ID}"
cleanDockerE2E()
sh "pnpm exec cypress install"
sh "pnpx exec cypress cache path"
// sh "docker network create ${env.NETWORK} || true"
}

View File

@ -23,10 +23,9 @@ services:
e2e:
image: alexmorenovn/vndev:latest
# command: pnpm exec cypress run --browser chromium
command: pnpm exec cypress run --headed
command: sh -c "pnpm exec cypress install && pnpm exec cypress run --headed --spec ${CYPRESS_SPEC:?}"
environment:
- TZ=Europe/Madrid
- CYPRESS_CACHE_FOLDER=/.cache/Cypress
volumes:
- .:/app
working_dir: /app
@ -34,8 +33,6 @@ services:
image: alexmorenovn/vn_db:latest
# ports:
# - '3306:3306'
volumes:
cypress-cache:
# e2e:
# command: npx cypress run --browser chromium