I’m using the latest version of sonarqube and sonarscaner for .net framework.
Im able to get the total number of unit tests and number of unit tests failed. But, on the right side, under all the folders of my project, i only see 0s.
Is it possible to see which tests are failed? if yes, where can i see that information?
This information is not available for C#, as noted in the documentation on Test Coverage & Execution
Language
Property
Remarks
C#
sonar.cs.vstest.reportsPaths
Paths to VSTest reports. Multiple paths may be comma-delimited, or included via wildcards. Note that while measures such as the number of tests are displayed at project level, no drilldown is available.
C#
sonar.cs.nunit.reportsPaths
Paths to NUnit execution reports. Multiple paths may be comma-delimited, or included via wildcards. Note that while measures such as the number of tests are displayed at project level, no drilldown is available.
C#
sonar.cs.xunit.reportsPaths
Paths to xUnit execution reports. Multiple paths may be comma-delimited, or included via wildcards. Note that while measures such as the number of tests are displayed at project level, no drilldown is available.