We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c4bc8b + cfba623 commit c191cdcCopy full SHA for c191cdc
scripts/makefile/tests.mk
@@ -119,7 +119,7 @@ endif
119
@echo "Running Behat scenarios against http://$(BASE_URL)"
120
$(call php, composer install -o)
121
$(call php, vendor/bin/behat -V)
122
- $(call php, vendor/bin/behat --colors)
+ $(call php, vendor/bin/behat --colors) || $(call php, vendor/bin/behat --colors --rerun)
123
make browser_driver_stop
124
125
## List existing behat definitions
0 commit comments