which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension):
SonarQube Server: v2025.2
how is SonarQube deployed: zip, Docker, Helm
what are you trying to achieve:
To shows the number of unit tests for a Python project. It worked before the new SonarQube Server 2025 edition. I would like to confirm if the number of unit test indicators is still supported on the main dashboard.
what have you tried so far to achieve this:
The parameter “sonar.testExecutionReportPaths” is used to pass a generic test execution report path.
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
i hope i understand your question the right way. If i do, maybe it is of help for you to take a look at the Datacenter-Edition that sonarsource is dogfooding here.
In the pagefooter it says that currently the installed version is:
Data Center Edition
v2025.3 (108068)
[ACTIVE]
MQR Mode
Maybe you find the info you seek displayed there. It is datacenter, though. I do not know of a community version of next.sonarqube.com
HTH
Daniel
//edit: i had to do my own research …
first of all: i do not see any info concerning tests or testcases on the main dashboard (if my definition of main dashboard is the same as yours
second: when i follow the URL on the yellow marked coverage, i can then see some test-related info … like as follows (but that is not anywhere near a main dashboard)
IIRC there was some discussion about reducing the perceived importance/visibility of tests in general somewhere in the last year. my understanding of the train of thought is as follows: “SQ is interested in measuring quality, instead of measuring the tools that are used to deliver quality” (but that is just my personal interpretation, and stated quite lax, too)
Just to follow up on Daniel’s excellent answer: yes, you will find the test counts in the Measure tab, but it was deliberately removed from the project homepage.