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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the update to Pest
v2.X,the
--paralleloutput is automatically--compacted.How can one get the Non-Compacted output when running with
--parallel?(I would mostly like to be able to see my custom additional
DebugLoglines 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' --compactOutput:
Compacted - Parallel
Command:
php81 vendor/bin/pest --group='debug' -pOutput:
Beta Was this translation helpful? Give feedback.
All reactions