PHPackages                             ipeevski/pauseonfail - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. ipeevski/pauseonfail

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

ipeevski/pauseonfail
====================

Extension for Codeception to Pause on Fail

1.1.1(5y ago)3129.1k↓18.2%1MITPHP

Since Aug 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ipeevski/PauseOnFail)[ Packagist](https://packagist.org/packages/ipeevski/pauseonfail)[ Docs](http://codeception.com/)[ RSS](/packages/ipeevski-pauseonfail/feed)WikiDiscussions master Synced 1mo ago

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

Pause On Fail
=============

[](#pause-on-fail)

This repository demonstrates the usage of Codeception Extension API.

Pause on Fail Extension for Codeception
---------------------------------------

[](#pause-on-fail-extension-for-codeception)

When doing acceptance testing in Codeception, it is often useful to pause when a failure or error occurs, while developing the tests themselves. It lets you inspect the state and find a better way to solve the same problem and continue onwards.

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

[](#installation)

1. Install [Codeception](http://codeception.com) via Composer
2. Run `composer require --dev ipeevski/pauseonfail`.
3. Include extensions into `codeception.yml` configuration:

Sample:

```
paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
extensions:
    enabled:
      - Codeception\Extension\PauseOnFail
```

4. For the pause to have an effect, you need to run codeception in debugging mode, with the `--debug` flag

Pause
-----

[](#pause)

Class: **Codeception\\Extension\\PauseOnFail**.

If tests run into failure or error, pause and bring up console.

---

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~192 days

Total

3

Last Release

2098d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

unit testingfunctional-testingacceptance-testingTDDnotification

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/ipeevski-pauseonfail/health.svg)

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

###  Alternatives

[codeception/codeception

All-in-one PHP Testing Framework

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

Notification Extension for Codeception

1526.3k](/packages/codeception-notifier)[symfony/notifier

Sends notifications via one or more channels (email, SMS, ...)

80640.3M290](/packages/symfony-notifier)[me-io/appium-driver-codeception

appium driver for codeception framework

1910.4k](/packages/me-io-appium-driver-codeception)[witty/laravel-push-notification

Laravel 5 Package for sending push notifications to Android and iOS devices

245.0k](/packages/witty-laravel-push-notification)[pyrech/composer-notifier

Display desktop notifications when composer finishes to install / update

411.7k](/packages/pyrech-composer-notifier)

PHPackages © 2026

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