How to import Junit reports in SonarQube 8

I have ant script for uploading projects to sonarQuebe 8.6. The problem is that I can’t see which test has been failed. In the dashboard I got how many junit test have been passed and how many have not. But it is impossible to know which one failed. In the other hand, I got this information in separated html and XML files.


This is the XML file:
TEST-test.TestHeadManager.txt (19.4 KB)

Is there any way to incorporate this information in SonarQube project analyses result?

Thank you in advance.
Ángel Lucas