Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Option to output summary only #613

Closed
criptych opened this issue Mar 18, 2016 · 1 comment
Closed

[Feature] Option to output summary only #613

criptych opened this issue Mar 18, 2016 · 1 comment

Comments

@criptych
Copy link

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.

[this-tag]: 10 passed, 12 failed
[that-tag]: 5 passed, 0 failed

Which would be handy for seeing if there is a common type of test that is failing a lot?

@horenmar
Copy link
Member

horenmar commented Mar 1, 2018

Coming back to this, I think this is out of scope for Catch, and should be solved by using the Reporters interface to create your own reporter that can format the output in whatever way you want.

@horenmar horenmar added the Resolved - pending review Issue waiting for feedback from the original author label Mar 1, 2018
@horenmar horenmar removed the Resolved - pending review Issue waiting for feedback from the original author label Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants