Behat output formatter to show progress as TAP and fails inline.
..
--- FAIL ---
Then I should have 3 apples # (features/apples.feature):11
Failed asserting that 2 matches expected 3.
------------
......U.......
--- FAIL ---
Then I should have 8 apples # (features/apples.feature):25
Failed asserting that 7 matches expected 8.
------------
.....UU
composer require --dev integratedexperts/behat-format-progress-fail
behat.yml
default:
extensions:
IntegratedExperts\BehatFormatProgressFail\FormatExtension: ~
vendor/bin/behat --format=progress_fail