# Pest PHP Intermittent Find
This project aims to find intermittent tests at your php project
The result following that pattern
```json { "Test/File/Name.php:line_number": "Test Error Message" } ``` ## Prerequisites 1. Rust 2. Cargo 1. PHP and PestPHP Project ## How to use - Run: ```bash cargo install pest-intermittent ``` - access your project diretory - Run: ```bash pest-intermittent 10 ./ ``` - See the output.json file ## Params explain - First: Repeat quantity - Second: Project path ## Contribute Help me to make this project more complete and effective, I've suffered many times with this problem and I believe you too.