Once #12 is implemented, a simple way to improve the automated test suites would be to do something like the following:
scripts:
- composer behat || composer behat-rerun
This would run the Behat tests, and if they fail, try to re-run the failed scenarios.