Where to see the failed tests?

Hi,

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?

Hey there.

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.
1 Like

Thanks. :slightly_smiling_face:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.