Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.48 KB

Behat Progress Fail Output Extension

Behat output formatter to show progress as TAP and fails inline.

CircleCI Latest Stable Version Total Downloads License

Output

..
--- 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

Output in CI

Installing

composer require --dev integratedexperts/behat-format-progress-fail

Configure

behat.yml

default:
  extensions:
    IntegratedExperts\BehatFormatProgressFail\FormatExtension: ~

Usage

vendor/bin/behat --format=progress_fail