Skip to content
Mobile Builds

Guides

Finding a failing test

Last updated

Open a build run, then tap its test action. A search field sits at the top, the summary counts every result, and the list below shows them grouped.

Test action details in Mobile Builds showing a results summary and a list of test results

Filter by status

The chips under the summary narrow the list: All, Failed, Mixed, Expected failure, Skipped, Passed.

Test results filtered to show only failures

Search by name

Type into the search field to match test and suite names.

Test results narrowed by a search term to a single suite

Filters and search stack. If a combination matches nothing you'll get an empty card with a Clear filters button.

Errors and warnings

Below the results, the Issues section groups everything the action reported such as errors, warnings, analyzer warnings and test failures. All so you can read a compiler error without leaving the run.

Related