New feature suggestion: test.quiet
#8590
JohnForster
started this conversation in
Ideas
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.
-
Sometimes I want tests to run and fail as normal, but I don't need to see the output of why they failed every time I run my test. Often the output of these failing tests clutters the terminal and makes it harder to spot exactly what I'm looking for in other tests. I suggest an option
test.quiet, similar to test.skip, which runs the test as normal, but does not output failed exceptions to the terminal, instead just being included in the summary.There could be an equivalent
test.loudwhich corresponds totest.only, putting all other tests into "quiet" mode.Beta Was this translation helpful? Give feedback.
All reactions