PHPackages                             jmauerhan/chained-steps-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jmauerhan/chained-steps-extension

ActiveBehat-extension

jmauerhan/chained-steps-extension
=================================

Chained Steps extension for Behat

0461PHP

Since Feb 27Pushed 12y agoCompare

[ Source](https://github.com/jmauerhan/BehatChainedStepsExtension)[ Packagist](https://packagist.org/packages/jmauerhan/chained-steps-extension)[ RSS](/packages/jmauerhan-chained-steps-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BehatChainedStepsExtension
==========================

[](#behatchainedstepsextension)

This Behat Extension does two things:

- Trigger BeforeStep and AfterStep hooks when using Chained Steps
- Display pass/fail output in console for Chained Steps

Installation
============

[](#installation)

Install using composer:

```
"jmauerhan/chained-steps-extension": "dev-master@dev"

```

Configuration
=============

[](#configuration)

Configure the Extension in behat.yml. You must use the formatter.

```
default:
  extensions:
    JMauerhan\ChainedStepsExtension\Extension:
      trigger_hooks: true
      show_chained_steps: true
  formatter:
    name: 'JMauerhan\ChainedStepsExtension\PrettyChainedStepsFormatter'

```

Options/Defaults
----------------

[](#optionsdefaults)

```
trigger_hooks: true
show_chained_steps: true (If trigger_hooks is false, show_chained_steps must be false).
tester:
  step:
    class: JMauerhan\ChainedStepsExtension\StepTester

```

#### Known Limitations or Quirks

[](#known-limitations-or-quirks)

- Currently the teigger\_hooks and show\_chained\_steps options do not change when set to false, this is a todo. The extension needed some options to work, so I put these in as placeholders
- Chained Steps used within Scenario Outlines will not be printed by the formatter. The @BeforeStep and @AfterStep hooks will still be triggered between chained steps during the Scenario Outline Examples execution.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfa3f8fee8bd94fb7eb691c587afe33d575a5e191e3243e1126b93dbfca18424?d=identicon)[jmauerhan](/maintainers/jmauerhan)

### Embed Badge

![Health badge](/badges/jmauerhan-chained-steps-extension/health.svg)

```
[![Health](https://phpackages.com/badges/jmauerhan-chained-steps-extension/health.svg)](https://phpackages.com/packages/jmauerhan-chained-steps-extension)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
