Level 73
If you are using Pest, you can simply do ./vendor/bin/pest --profile
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How do you guys identify the tests cases that take too long to run? i.e. how do you monitor the overall health of your tests?
I would like to also be able to capture this data and output it via my notification channels
@laracoft You can always just ./vendor/bin/pest --profile >> target-file.txt
Please or to participate in this conversation.