PHPackages                             cloudstek/codeception-fancy-dot-reporter - 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. cloudstek/codeception-fancy-dot-reporter

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

cloudstek/codeception-fancy-dot-reporter
========================================

Enhanced version of the DotReporter found in Codeception

1.0.0(7y ago)1515MITPHP

Since Oct 22Pushed 7y agoCompare

[ Source](https://github.com/Cloudstek/codeception-fancy-dot-reporter)[ Packagist](https://packagist.org/packages/cloudstek/codeception-fancy-dot-reporter)[ RSS](/packages/cloudstek-codeception-fancy-dot-reporter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

Fancy Dot Reporter
==================

[](#fancy-dot-reporter)

This is a fork from the [DotReporter of Codeception](https://github.com/Codeception/Codeception/tree/2.5/ext#dotreporter) and adds some fancy enhancements that make it behave more like PHPUnit's reporter.

#### Requirements

[](#requirements)

- Codeception 2.3+
- PHP 5.4+

#### Example

[](#example)

```
.......... 10 / 75 ( 13%)
.......... 20 / 75 ( 28%)
.......... 30 / 75 ( 40%)
.......... 40 / 75 ( 54%)
.......... 50 / 75 ( 67%)
.......... 60 / 75 ( 80%)
.......... 70 / 75 ( 94%)
.....      75 / 75 (100%)

Time: 2.07 seconds, Memory: 20.00MB

OK (75 tests, 124 assertions)
```

`.` when the test succeeds. `F` when an assertion fails while running the test method. `E` when an error occurs while running the test method. `S` when the test has been skipped. `I` when the test is marked as being incomplete or not yet implemented.

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

[](#installation)

### Using composer

[](#using-composer)

1. Install using composer

```
composer require --dev cloudstek/codeception-fancy-dot-reporter
```

2. Enable the extension (see [usage](#usage)).

### Manually

[](#manually)

1. Clone the repository or download and extract the [latest release](https://github.com/Cloudstek/codeception-fancy-dot-reporter/releases/latest).
2. Require the `src/DotReporter.php` file in `tests/_bootstrap.php`
3. Enable the extension (see [usage](#usage)).

Usage
-----

[](#usage)

To enable the extension specify it with `—ext` or add it to the list of enabled extensions in your `codeception.yml`.

With `—ext` option:

```
vendor/bin/codeception run --ext "Cloudstek\Codeception\Extension\DotReporter"
```

With `codeception.yml`:

```
extensions:
  enabled:
    - Cloudstek\Codeception\Extension\DotReporter
```

### Configuration options

[](#configuration-options)

See the [official documentation](https://codeception.com/docs/08-Customization#Configuring-Extension) on how to configure Codeception extensions. See the list below for available options.

#### columns

[](#columns)

*Type: integer*

Number of columns to use for progress output. Defaults to the width of the output console, which is always the max.

License
-------

[](#license)

See [LICENSE](./LICENSE)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

2757d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23e10b480322cc8b974864e6178fde94149b8c8ca99a3e1d318f9e7463be5452?d=identicon)[cloudstek](/maintainers/cloudstek)

---

Top Contributors

[![mdeboer](https://avatars.githubusercontent.com/u/1171956?v=4)](https://github.com/mdeboer "mdeboer (1 commits)")

---

Tags

codeceptioncodeception-extensionphpphpunit

###  Code Quality

TestsCodeception

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/cloudstek-codeception-fancy-dot-reporter/health.svg)

```
[![Health](https://phpackages.com/badges/cloudstek-codeception-fancy-dot-reporter/health.svg)](https://phpackages.com/packages/cloudstek-codeception-fancy-dot-reporter)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

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