Drop either -vvv
or --debug
#6081
ThomasLandauer
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
Usually, you don't need So I would say that there is purpose of them. But for browser or REST APi tests you probably don't need |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, then let's drop |
Beta Was this translation helpful? Give feedback.
4 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.
-
I never understood the difference between
-v/vv/vvv
and--debug
. At #4989 (comment) @DavertMik says-vv
is the same as--debug
, but I can't even see a difference between-vv
and-vvv
. And the output of-v
looks the same as without anyv
to me...Besides, having two flags for the same, leads to the unanswerable question: Which will win if you do:
So I'm suggesting: Decide for one and drop (i.e. deprecate) the other.
Without thinking it through thoroughly, I'd say: Go for
--debug
. Why?--debug
, and the maximum output with--debug
.--debug
syntax is more compatible with related flags like--steps
or--silent
Beta Was this translation helpful? Give feedback.
All reactions