First Run Failed Tests in Laravel php

Panjeh
Mar 28, 2021

For phpunit test you need config a phpunit.xml file.
You can set this little config in phpunit.xml and see how in the next run your, last failed tests will be run first.

I would like to introduce two packages for Laravel that I have recently developed: Laravel Pay Pocket, a modern multi-wallet package, and Laravel Failed Jobs, a UI for the Laravel Failed Jobs Table. I hope they may be of help to you.

https://github.com/HPWebdeveloper/laravel-pay-pocket
https://github.com/HPWebdeveloper/laravel-failed-jobs

--

--