ci: refs #6695 feat jenkins parallel e2e #1473
|
@ -10,6 +10,6 @@ xargs -P "$1" -I {} sh -c '
|
|||
--headless \
|
||||
--spec "{}" \
|
||||
--quiet \
|
||||
> /dev/null 2>&1
|
||||
> /dev/null
|
||||
'
|
||||
wait
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
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
|
||||
alexm
commented
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
|
||||
|
|
Loading…
Reference in New Issue
Este es soles per a local