export-command/bin/test.sh
2017-02-07 09:24:20 -08:00

8 lines
145 B
Bash
Executable file

#!/bin/bash
set -ex
BEHAT_TAGS=$(php utils/behat-tags.php)
# Run the functional tests
vendor/bin/behat --format progress $BEHAT_TAGS --strict