Download the PHP package drevops/behat-format-progress-fail without Composer
On this page you can find all versions of the php package drevops/behat-format-progress-fail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download drevops/behat-format-progress-fail
More information about drevops/behat-format-progress-fail
Files in drevops/behat-format-progress-fail
Package behat-format-progress-fail
Short Description Behat output formatter to show progress as TAP and fails inline.
License GPL-2.0-or-later
Homepage https://github.com/drevops/behat-format-progress-fail
Informations about the package behat-format-progress-fail
Behat Progress Fail Output Extension
[](https://github.com/drevops/behat-format-progress-fail/issues)
[](https://github.com/drevops/behat-format-progress-fail/pulls)
[](https://github.com/drevops/behat-format-progress-fail/actions/workflows/test-php.yml)



[](https://github.com/drevops/vortex)
[!WARNING]
This package is deprecated. It is supported until 31 December 2026, after which it will be marked as abandoned and will receive no further releases, fixes, or compatibility updates.
Behat now does this natively. The built-in progress formatter gained an inline_failures option that prints each failed, pending or undefined step as it happens, instead of holding everything back until the end-of-run summary. That is exactly what this extension was built for, so it has served its purpose. Upgrade to the latest Behat and use the core formatter instead - see Migrating to Behat core.
[!WARNING] This package is deprecated. It is supported until 31 December 2026, after which it will be marked as abandoned and will receive no further releases, fixes, or compatibility updates.
Behat now does this natively. The built-in progress formatter gained an inline_failures option that prints each failed, pending or undefined step as it happens, instead of holding everything back until the end-of-run summary. That is exactly what this extension was built for, so it has served its purpose. Upgrade to the latest Behat and use the core formatter instead - see Migrating to Behat core.
Behat output formatter to show progress as TAP and failures inline.

Installation
Usage
Configure
behat.yml
or
behat.yml
show_output
Show output from within test steps. "Output" is print, echo, var_dump, etc.
yes- always show the outputno- do not show the outputon-fail- only show the output if there are test failsin-summary- only show in the summary if there are test fails
Migrating to Behat core
Upgrade Behat, remove this extension from your behat.yml, and enable the option on the built-in progress formatter instead:
behat.yml
Or pass it on the command line:
show_output keeps the same four values in core that it has here (yes, no, on-fail, in-summary), so that part of your configuration carries over unchanged.
Then drop the dependency:
One caveat on timing: inline_failures is merged into Behat's 3.x branch, but it has not been tagged in a stable release yet (the newest is v3.32.0). It will land in the next 3.x release. Until then, stay on this extension - that is what the support window through December 2026 is for.
Maintenance
Lint code
Run tests
This repository was created using the Scaffold project template
