diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index 6330e1346..5801349cf 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -1,6 +1,6 @@ #!/bin/bash -find 'test/cypress/integration/invoiceIn/' \ +find 'test/cypress/integration' \ -mindepth 1 \ -maxdepth 1 \ -type d | \ @@ -8,7 +8,7 @@ xargs -P "$1" -I {} sh -c ' echo "🔷 {}" && xvfb-run -a cypress run \ --headless \ - --spec "[test/cypress/integration/*Descriptor.spec.js]" \ + --spec "[test/cypress/integration/invoiceIn/*Descriptor.spec.js]" \ --quiet \ > /dev/null '