diff --git a/tests/integration/run.sh b/tests/integration/run.sh index e105a8826..17b7b8183 100755 --- a/tests/integration/run.sh +++ b/tests/integration/run.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash APP_NAME=tables +SCENARIO=$1 APP_INTEGRATION_DIR=$PWD @@ -74,7 +75,7 @@ echo '' echo '#' echo '# Running tests' echo '#' -vendor/bin/behat --colors -f junit -f pretty +vendor/bin/behat --colors -f junit -f pretty $SCENARIO RESULT=$? echo ''