You can view all the known test suites and click on each of these to see further
details, including the cases that make up the suite.
You can also retrieve the reports via the [GitLab API](../api/pipelines.md#get-a-pipelines-test-report).
### Unit test reports parsing errors
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/263457) in GitLab 13.10.
If parsing JUnit report XML results in an error, an indicator will be shown next to the job name. Hovering over the icon will show the parser error in a tooltip. In case of multiple parsing errors coming from [grouped jobs](jobs/index.md#group-jobs-in-a-pipeline), we will only show the first error from the group.
![Test Reports With Errors](img/pipelines_junit_test_report_with_errors_v13_10.png)
In case there are multiple parsing errors from [grouped jobs](jobs/index.md#group-jobs-in-a-pipeline), we will only show the first error from the group.
## Viewing JUnit screenshots on GitLab
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/202114) in GitLab 13.0.