diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index 87900d225..0cada5437 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -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 "{}" \