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]: Add skipped tests to run report in UI #34444

Open
andreaslarssen opened this issue Jan 23, 2025 · 0 comments
Open

[Feature]: Add skipped tests to run report in UI #34444

andreaslarssen opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels

Comments

@andreaslarssen
Copy link

andreaslarssen commented Jan 23, 2025

🚀 Feature Request

When running tests in the UI, you'll get a report on top telling you how many tests are passing:

Image

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:

8/8 passed (100%)
2 skipped

Skipped tests statistics:

8/10 passed (80%)
2/10 skipped (20%)

If the last option, then maybe include failed tests?

1/10 failed (10%)
7/10 passed (70%)
2/10 skipped (20%)

Motivation

Better understanding of the test run

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

No branches or pull requests

3 participants