feat: refs #6695 add additional test directories for Cypress integration tests in Jenkinsfile
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-11 16:16:58 +01:00
parent 75e0b37798
commit c9ffaae3b3
1 changed files with 1 additions and 1 deletions

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 --browser chromium --spec ${CYPRESS_SPEC:?}"
command: sh -c "pnpm exec cypress install && pnpm exec cypress run --headed --spec ${CYPRESS_SPEC:?}"
environment:
- TZ=Europe/Madrid
volumes: