c# - Sonar runner does not import trx test result files -
i’m trying import trx test result files sonarqube, therefore have added line
sonar.cs.vstest.reportspaths=../../testresults/*.trx to properties file. unfortunately cannot see test results in sonar. have executed sonar-runner “-x -e” option cannot see useful information in log. have searched "trx" , "vstest". nothing. can tell me can find more information on what’s going wrong?
here setup:
sonar runner 2.4
sonar server 5.1
c# plugin 4.0
analysis bootstrapper visual studio projects 1.2
thanks help!
try set absolute path .trx file start with, make relative, use wildcards.
i suspect no .trx file matching pattern giving, why nothing shown in logs.
once .trx file located, see parsing visual studio test results file ... appear in logs.
Comments
Post a Comment