pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.06k stars 313 forks source link

[Bug]: Tests in parallel are not counting #1153

Open el-klo opened 1 month ago

el-klo commented 1 month ago

What Happened

Whenever i run my tests in parallel, the number of tests stays at 667. When i run a normal test-run the correct number of tests shows. The number of assertions is correct, this does not get affected by the -p tag.

Screenshot 2024-05-15 at 10 05 25 Screenshot 2024-05-15 at 10 05 47

When i switch to a different branch in GIT and run the parralel test again, it shows the correct number of tests.

How to Reproduce

It stopped counting after i reached 667 tests

Sample Repository

No response

Pest Version

2.34.7

PHP Version

8.3.7

Operation System

macOS

Notes

The version numbers i am using: pestphp/pest 2.34.7 2.34.7 The elegant PHP Testing Framework. pestphp/pest-plugin-faker 2.0.0 2.0.0 The Pest Faker Plugin pestphp/pest-plugin-laravel 2.4.0 2.4.0 The Pest Laravel Plugin pestphp/pest-plugin-livewire 2.1.0 2.1.0 The Pest Livewire Plugin pestphp/pest-plugin 2.1.1 2.1.1 The Pest plugin manager pestphp/pest-plugin-arch 2.7.0 2.7.0 The Arch plugin for Pest PHP.