ci: refs #6695 feat jenkins parallel e2e #1473

Merged
alexm merged 60 commits from 6695-jenkins_e2e_parallel into dev 2025-03-06 08:35:45 +00:00
2 changed files with 10 additions and 6 deletions
Showing only changes of commit 489e7850ab - Show all commits

View File

@ -10,6 +10,6 @@ xargs -P "$1" -I {} sh -c '
--headless \
--spec "{}" \
--quiet \
> /dev/null 2>&1
> /dev/null
'
wait

14
test/cypress/run.sh Normal file → Executable file
View File

@ -1,15 +1,19 @@
#!/bin/bash
Review

Este es soles per a local

Este es soles per a local
cleanup() {
docker-compose -p e2e --project-directory . -f test/cypress/docker-compose.yml down || true
if [[ -z "$ended" ]]; then
ended=true
docker-compose -p e2e --project-directory . -f test/cypress/docker-compose.yml down -v
fi
}
trap cleanup SIGINT
#CLEAN
rm -rf test/cypress/screenshots
rm -rf test/cypress/results
rm -rf test/cypress/reports
rm -rf junit
rm -f test/cypress/screenshots/*
rm -f test/cypress/results/*
rm -f test/cypress/reports/*
rm -f junit/e2e-*.xml
#RUN
Outdated
Review

Si les imatges no es pot accedir sense login... No podran gastarho

Si les imatges no es pot accedir sense login... No podran gastarho
export CI=true