Skip to content

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

@andreaslarssen

Description

@andreaslarssen

🚀 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions