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

Show errorSummary independent of suppressFailed #112

Open
dil-btarkovacs opened this issue Jul 3, 2023 · 1 comment
Open

Show errorSummary independent of suppressFailed #112

dil-btarkovacs opened this issue Jul 3, 2023 · 1 comment

Comments

@dil-btarkovacs
Copy link

specReporter: {
            suppressSummary: true,
            suppressErrorSummary: false,
            suppressPassed: true,
            suppressFailed: true,
},

The above settings result in not showing any info about failing tests.
This means that currently there is no option to show the failed tests only as a summary.
As the format and the position of the summary are better, I think it would be good to have an option to show that only. This way, we could have the errors listed at the and of the log, with a nice format (numbered list), and without duplications.

@sh977218
Copy link

sh977218 commented Feb 6, 2024

I think because you suppress failed is set to true, which means not give failed test informations

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