pest
pest copied to clipboard
[Bug]: arch preset laravel only runs when using parallel
What Happened
I have setup the laravel preset for my tests. I set one up to fail. (added dd somewhere in my code) But it didn't run. Until I use --parallel option.
How to Reproduce
- the obvious installation steps with laravel
- setup laravel arch preset
- add a dd somewhere in the codebase
- run
pest
- run
pest --parallel
Sample Repository
No response
Pest Version
3.0.6
PHP Version
8.3.10
Operation System
Linux
Notes
another thing with parallel is that it seems to group tests and reports just the first error of that group.