PHPackages                             redcomponent/teststatistics - 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. redcomponent/teststatistics

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

redcomponent/teststatistics
===========================

Codeception Extension to measure the performance of your tests

v2.2(10y ago)9268.4k↓17.7%7[1 PRs](https://github.com/redCOMPONENT-COM/teststatistics/pulls)2GPL2PHP

Since Jul 20Pushed 3y ago6 watchersCompare

[ Source](https://github.com/redCOMPONENT-COM/teststatistics)[ Packagist](https://packagist.org/packages/redcomponent/teststatistics)[ Docs](https://github.com/redCOMPONENT-COM/teststatistics)[ RSS](/packages/redcomponent-teststatistics/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (2)

teststatistics
==============

[](#teststatistics)

> Please notice this repository is discountinued. Community is free to send updates and they will be happily processed, but redCOMPONENT is no longer updating to latest versions of Codeception as it has not been in maintenance for the past 5 years.

Codeception Extension to measure the performance of your tests

After running your tests you will see a Performance report of your tests:

```
Tests Performance times
-----------------------------------------------
tagCest::create                     6s
tagCest::edit                       15s
tagCest::delete                     3s

Slow Steps (Steps taking more than 3s)
-----------------------------------------------
I click button 6s

```

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

[](#installation)

Add teststatistics to your composer.json

```
  "require-dev": {
    ...
    "redcomponent/teststatistics": "dev-master",
```

Useage
------

[](#useage)

Simply add to your extensions the line at the bottom in the following example in your codeception.yml:

```
actor: Tester
paths:
  tests: tests
  log: tests/_output
  data: tests/_data
  helpers: tests/_support
settings:
  bootstrap: _bootstrap.php
  colors: true
  memory_limit: 1024M
extensions:
  enabled: [Codeception\Extension\Teststatistics]
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community21

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 76.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

Every ~281 days

Total

2

Last Release

3674d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10b2f49e604583bbe4a444a3893954ec31d3dfa9a78d84550524964f1ab1b262?d=identicon)[jatitoam](/maintainers/jatitoam)

![](https://www.gravatar.com/avatar/518c39e07ad055824229c72d441275f9918a2fd84241bb32848b5f6a94dc785e?d=identicon)[redJOHNNY](/maintainers/redJOHNNY)

---

Top Contributors

[![javigomez](https://avatars.githubusercontent.com/u/1375475?v=4)](https://github.com/javigomez "javigomez (10 commits)")[![jatitoam](https://avatars.githubusercontent.com/u/1500978?v=4)](https://github.com/jatitoam "jatitoam (2 commits)")[![DavertMik](https://avatars.githubusercontent.com/u/220264?v=4)](https://github.com/DavertMik "DavertMik (1 commits)")

---

Tags

unit testingfunctional-testingperformanceacceptance-testingTDD

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/redcomponent-teststatistics/health.svg)

```
[![Health](https://phpackages.com/badges/redcomponent-teststatistics/health.svg)](https://phpackages.com/packages/redcomponent-teststatistics)
```

###  Alternatives

[codeception/codeception

All-in-one PHP Testing Framework

4.9k86.2M2.9k](/packages/codeception-codeception)[atoum/atoum

Simple modern and intuitive unit testing framework for PHP 8.0+

1.4k2.6M311](/packages/atoum-atoum)[me-io/appium-driver-codeception

appium driver for codeception framework

1910.4k](/packages/me-io-appium-driver-codeception)[elliotchance/concise

Concise is test framework for using plain English and minimal code, built on PHPUnit.

45223.8k4](/packages/elliotchance-concise)[atoum/stubs

Stubs for atoum, the simple modern and intuitive unit testing framework for PHP 5.3+

17785.0k53](/packages/atoum-stubs)[seec/phpunit-consecutive-params

Drop-in Trait to use removed ConsecutiveParams from PhpUnit

18672.5k6](/packages/seec-phpunit-consecutive-params)

PHPackages © 2026

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