You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using Catch with a very large set of tests, and the current state of the project I'm testing is such that most of them fail. The tests are automatically generated from known test vectors, so they fail in pretty much the same way, and I'm more interested in just knowing how many failed than which ones and where, so I'd like to get just the total without the error log.
Somewhat related (perhaps it should be another issue?), what about adding a summary by tag, e.g.
I've been using Catch with a very large set of tests, and the current state of the project I'm testing is such that most of them fail. The tests are automatically generated from known test vectors, so they fail in pretty much the same way, and I'm more interested in just knowing how many failed than which ones and where, so I'd like to get just the total without the error log.
Somewhat related (perhaps it should be another issue?), what about adding a summary by tag, e.g.
Which would be handy for seeing if there is a common type of test that is failing a lot?
The text was updated successfully, but these errors were encountered: