PHPackages                             cwolf/behat-analysis-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. [Testing &amp; Quality](/categories/testing)
4. /
5. cwolf/behat-analysis-extension

ActiveLibrary[Testing &amp; Quality](/categories/testing)

cwolf/behat-analysis-extension
==============================

Behat extension for analysing step usage and suite execution time

v1.0.0(4y ago)06[9 issues](https://github.com/cawolf/behat-analysis-extension/issues)[7 PRs](https://github.com/cawolf/behat-analysis-extension/pulls)MITPHPPHP ^7.3|^8.0

Since Jul 29Pushed 2w ago1 watchersCompare

[ Source](https://github.com/cawolf/behat-analysis-extension)[ Packagist](https://packagist.org/packages/cwolf/behat-analysis-extension)[ RSS](/packages/cwolf-behat-analysis-extension/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (5)Versions (10)Used By (0)

Behat analysis extension
========================

[](#behat-analysis-extension)

This extension provides analysis metrics to maintain big and growing behat suites and contexts. It does

- accumulate running times of steps and hooks, allowing to find the slowest parts of your suite

Installation
------------

[](#installation)

This extension requires:

- Behat 3.0+

### Use [composer](http://getcomposer.org)

[](#use-composer)

1. Run composer with

    ```
     composer require --dev cawolf/behat-analysis-extension

    ```

    or define dependencies in your `composer.json`:

    ```
     {
         "require-dev": {
             ...

             "cawolf/behat-analysis-extension": "*"
         }
     }

    ```
2. Activate extension by specifying its class in your `behat.yml`:

    ```
     # behat.yml
     default:
       # ...
       extensions:
         Cawolf\Behat\Analysis: ~

    ```

Usage
-----

[](#usage)

Run your behat suite as usual:

```
    vendor/bin/behat -s default

```

Contributors
------------

[](#contributors)

- Christian A. Wolf [cawolf](http://github.com/cawolf)
- Sébastien Terodde [MollocH](https://github.com/MollocH)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance63

Regular maintenance activity

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 61.9% of commits — single point of failure

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1752d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58fb41ad66c6b45096cad21d54aa1aacabcb9eedc8974664e1e6776327662816?d=identicon)[cawolf](/maintainers/cawolf)

---

Top Contributors

[![auxwolf](https://avatars.githubusercontent.com/u/221138836?v=4)](https://github.com/auxwolf "auxwolf (13 commits)")[![cawolf](https://avatars.githubusercontent.com/u/1932623?v=4)](https://github.com/cawolf "cawolf (6 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")[![semantic-release-bot](https://avatars.githubusercontent.com/u/32174276?v=4)](https://github.com/semantic-release-bot "semantic-release-bot (1 commits)")

---

Tags

analysisBehatextension

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/cwolf-behat-analysis-extension/health.svg)

```
[![Health](https://phpackages.com/badges/cwolf-behat-analysis-extension/health.svg)](https://phpackages.com/packages/cwolf-behat-analysis-extension)
```

###  Alternatives

[laracasts/behat-laravel-extension

Laravel extension for Behat

2611.3M12](/packages/laracasts-behat-laravel-extension)[dmarynicz/behat-parallel-extension

Parallel extension for Behat

27544.3k](/packages/dmarynicz-behat-parallel-extension)[zalas/behat-no-extension

The ultimate Behat extension

31137.9k1](/packages/zalas-behat-no-extension)[soulcodex/laravel-behat

Laravel Extension for easy integration with Behat

1760.8k](/packages/soulcodex-laravel-behat)

PHPackages © 2026

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