More of a bug than a feature request but can’t see a way to raise bugs so hoping this gets spotted!
It seems that when iOS test results are shown that include skipped tests it reports them as successes at the top level:
But if you dig down in the test report you can see they’re actually skipped:
So it would be great if they could be reported accurately at the top level. If a test is skipped then it hasn’t actually run so can’t be called successful right?
Another thing is that the reason for the skip isn’t reported in the test results, meaning that if there are multiple reasons a test might be skipped you need to dig into the logs or the .xcresult itself?
Is it possible to get that updated to include the skip reason?