### 🚀 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: ``` 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