Behat output formatter to show progress as TAP and failures 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 drevops/behat-format-progress-fail
vendor/bin/behat --format=progress_fail
behat.yml
default:
extensions:
DrevOps\BehatFormatProgressFail\FormatExtension: ~
composer lint
composer lint-fix
composer test
Repository created using https://getscaffold.dev/ project scaffold template