fix(cypressParallel.sh): refs #6695 simplify test execution output format
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
0595163f58
commit
e5b524e8a0
|
@ -5,7 +5,7 @@ find 'test/cypress/integration' \
|
||||||
-maxdepth 1 \
|
-maxdepth 1 \
|
||||||
-type d | \
|
-type d | \
|
||||||
xargs -P "$1" -I {} sh -c '
|
xargs -P "$1" -I {} sh -c '
|
||||||
echo "🔷 Ejecutando tests en: {}" &&
|
echo "🔷 {}" &&
|
||||||
xvfb-run -a cypress run \
|
xvfb-run -a cypress run \
|
||||||
--headless \
|
--headless \
|
||||||
--spec "{}" \
|
--spec "{}" \
|
||||||
|
|
Loading…
Reference in New Issue