Skip to content

z4nder/pest-php-intermittent-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pest PHP Intermittent Find

Elephant logotype

Result file example

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

  1. Rust
  2. Cargo
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages