Skip to content

Commit c191cdc

Browse files
author
David Ferlay
authored
Merge pull request #237 from skilld-labs/behat_rerun
Adding rerun for failed behat scenarios
2 parents 7c4bc8b + cfba623 commit c191cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/makefile/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ endif
119119
@echo "Running Behat scenarios against http://$(BASE_URL)"
120120
$(call php, composer install -o)
121121
$(call php, vendor/bin/behat -V)
122-
$(call php, vendor/bin/behat --colors)
122+
$(call php, vendor/bin/behat --colors) || $(call php, vendor/bin/behat --colors --rerun)
123123
make browser_driver_stop
124124

125125
## List existing behat definitions

0 commit comments

Comments
 (0)