Replies: 3 comments 1 reply
-
I'd like to know too :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's not possible. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Luckily
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the update to Pest
v2.X
,the
--parallel
output is automatically--compact
ed.How can one get the Non-Compacted output when running with
--parallel
?(I would mostly like to be able to see my custom additional
DebugLog
lines when running with--parallel
)Output Examples
Non-Compacted - Non-Parallel
Command:
php81 vendor/bin/pest --group='debug'
Output:
Compacted - Non-Parallel
Command:
php81 vendor/bin/pest --group='debug' --compact
Output:
Compacted - Parallel
Command:
php81 vendor/bin/pest --group='debug' -p
Output:
Beta Was this translation helpful? Give feedback.
All reactions