I have a project where I import my unit test results with the Generic Coverage Plugin. My code is written in Javascript.
Now my problem is: I have this widget that contains the percentage of my successful tests. I can see that in every test file. But what I don't know is: Where are the results of each test? Where can I see which tests are failing?
I saw screenshots on the Internet, but I cannot find them in my sonarqube installation...