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

Add option to not show summary #90

Open
Itarix opened this issue Feb 13, 2023 · 5 comments
Open

Add option to not show summary #90

Itarix opened this issue Feb 13, 2023 · 5 comments

Comments

@Itarix
Copy link

Itarix commented Feb 13, 2023

Hello,

Thank you to create and maintain this tool!

I think it could be usefull to add an option to hide the summary. Or hide a part of them.

By exemple: show only the summary where the tests are failed.

What do you think?

Thanks !

@mfridman
Copy link
Owner

Do you mean adding a flag like -fail-only and only display the non-passing tests in both the table and package tables?

@Itarix
Copy link
Author

Itarix commented Feb 21, 2023

Yes exactly.

In case having big codebase, it's hard to see the failed tests

@mfridman
Copy link
Owner

Not a bad idea!

@mfridman
Copy link
Owner

Before implementing this, I'd like to modify the behaviour of the Tests Table to include FAIL tests. Currently, they are omitted from the Tests Table and always displayed in the output preceding the Package Table.

Once those are displayed in that table, we can think about adding a -fail-only flag to limit the output to include only failed tests.

I'm curious @Itarix, if there are NO failed tests, what should the output be?

CleanShot 2023-05-28 at 23 25 36@2x

@Itarix
Copy link
Author

Itarix commented May 29, 2023

If no tests failed, the output can be a simple sentence as : No test failed or something like that.

What do you think about that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants