2 stable releases
1.0.2 | May 9, 2023 |
---|---|
1.0.0 | May 8, 2023 |
#1966 in Command line utilities
585KB
146 lines
Pest PHP Intermittent Find
Result file example
This project aims to find intermittent tests at your php project
The result following that pattern
{
"Test/File/Name.php:line_number": "Test Error Message"
}
Prerequisites
- Rust
- Cargo
- PHP and PestPHP Project
How to use
- Run:
cargo install pest-intermittent
- access your project diretory
- Run:
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.
Dependencies
~6–15MB
~185K SLoC