pest-intermittent

Crates.iopest-intermittent
lib.rspest-intermittent
version1.0.2
sourcesrc
created_at2023-05-08 23:49:28.064147
updated_at2023-05-09 00:14:07.577482
descriptionThis project aims to find intermittent tests at your php project
homepagehttps://github.com/z4nder/pest-php-intermittent-find
repositoryhttps://github.com/z4nder/pest-php-intermittent-find
max_upload_size
id860151
size607,884
Gustavo Silva (z4nder)

documentation

README

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.

Commit count: 13

cargo fmt