-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[Feature]: Add skipped tests to run report in UI #34444
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
Comments
@agg23 Option 1 - Minimal change (Only add skipped)Following the request, the simplest implementation would be to add a light, small-font (12px) display of skipped tests next to the passed result. Example8/8 passed (100%) 2 skipped Options 2 - Introduce
|
I think that the donut is unnecessary, but the stats w/ colored icons is a nice visual. I do think you should somehow add the total of tests as well so you don't have to do the match yourself. |
Thx for feedback. I'll create PR Soon |
Hi @andreaslarssen, Thanks again for the great suggestion. I’ve already implemented most of the feature and found the difficulty to be quite manageable. If you could submit an initial version as a draft PR, I’d be happy to support you before the maintainers get involved. I can help with:
I believe that shared contributions and positive experiences are what build long-term engagement and a healthy open source ecosystem. :) What do you think? I’d be more than happy to support you either way. Feel free to reach out anytime! |
@pengooseDev I could give it a go, but I would need some pointers. Can I reach you somewhere outside GitHub for some support? |
As per #35859, we will not be making changes in this area at this time. Thank you pengooseDev for your great work. |
Uh oh!
There was an error while loading. Please reload this page.
🚀 Feature Request
When running tests in the UI, you'll get a report on top telling you how many tests are passing:
In this case, it seems like 20% of my tests are failing when they're actually skipped.
Would be nice if that was communicated.
Example
One of the following would be nice:
Skipped tests not counted:
Skipped tests statistics:
If the last option, then maybe include failed tests?
Motivation
Better understanding of the test run
The text was updated successfully, but these errors were encountered: