1.0.3 • Published 5 years ago

sonar-unit-test-repoter v1.0.3

Weekly downloads
15
License
-
Repository
-
Last release
5 years ago

Sonar Unit Test Reporter

Show unit test result in sonarqube window

Install

use npm

npm install sonar-unit-test-repoter

use yarn

yarn add -D sonar-unit-test-repoter

Configure

change jest configuration file

{
"testResultsProcessor": "sonar-unit-test-repoter"
}

change sonar property file

sonar.genericcoverage.unitTestReportPaths=coverage/unit-tests.xml

pre-requisits

npm version : 9

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago