Hide details of xpass, but keep the short list of them in "short test summary info" #13718
Unanswered
cbeauchesne
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi!
I'm moving from
7.x
to8.x
and I've noticed that the-r X
option now prints the logs of xpasses in stdout. #11574Is there a way to get the old behavior : list of xpasses shown in
short test summary info
, but not more details ?My use case is that my test logs are very verbose, and adding them for xpasses by default in stdout is a no go, as it makes other details on failure harder to reach (my users are very sensitives on the signal/noise ratio in stdout).
Though, I'd like to keep the list of xpass tests, otherwise, they are invisibilised, and it reduces the incentive to activate them (this short list was the sweet spot in term of visibility/noise).
Beta Was this translation helpful? Give feedback.
All reactions