fix(cypressParallel.sh): refs #6695 simplify test execution output format
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-03-06 08:23:36 +01:00
parent 0595163f58
commit e5b524e8a0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ find 'test/cypress/integration' \
-maxdepth 1 \
-type d | \
xargs -P "$1" -I {} sh -c '
echo "🔷 Ejecutando tests en: {}" &&
echo "🔷 {}" &&
xvfb-run -a cypress run \
--headless \
--spec "{}" \