Level 74
If you are using Pest, you can simply do ./vendor/bin/pest --profile
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.