testo/repeat
Testo repeat policy plugin. Re-runs a test multiple times in a single run to surface flaky behavior, catch intermittent regressions, and verify consistent results. Opt-in per test or per test class and works alongside other Testo plugins.
[!IMPORTANT]
🪞 This is a read-only mirror.
Active development of the Testo project lives in php-testo/testo under
plugin/repeat/. This repository is automatically synchronized from there on every release.File issues and pull requests in the main monorepo, not here.
Repeats the execution of a test multiple times within a single run. Useful for surfacing flaky behaviour, catching intermittent regressions, and verifying that an operation produces consistent results across repeated invocations.
The repeat policy is opt-in per test or per test class, and composes naturally with the rest of the Testo plugin ecosystem.
composer require --dev testo/repeat
How can I help you explore Laravel packages today?