Skip to content

Commit

Permalink
tests: Allow running individual scenarios in behat
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jul 31, 2024
1 parent 1e2a0da commit d710426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

APP_NAME=tables
SCENARIO=$1

APP_INTEGRATION_DIR=$PWD

Expand Down Expand Up @@ -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 ''
Expand Down

0 comments on commit d710426

Please sign in to comment.