Skip to content

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

Notifications You must be signed in to change notification settings

GROwen/behat-format-progress-fail

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.6%
  • Gherkin 20.4%