testo / retry
Retry policy plugin for the Testo testing framework.
Fund package maintenance!
0.1.1
2026-05-02 18:41 UTC
Requires
- php: >=8.2
- testo/testo: *
README
Retry policy plugin
Important
🪞 This is a read-only mirror.
Active development of the Testo project lives in php-testo/testo under plugin/retry/. This repository is automatically synchronized from there on every release.
File issues and pull requests in the main monorepo, not here.
About
Retries failed tests according to a configurable policy. Useful for damping the noise of transient failures in fragile environments and for keeping CI stable while real flakes are being investigated.
Install
composer require --dev testo/retry