diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index 8ef26bcde80..b5edf221597 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -8,7 +8,7 @@ xargs -P "$1" -I {} sh -c ' echo "🔷 {}" && xvfb-run -a cypress run \ --headless \ - --spec "{}" \ + --spec "[test/cypress/integration/invoiceIn/*Descriptor.vue]" \ --quiet \ > /dev/null '