mocha-reporter-sonarqube
v2.1.1
Published
Mocha reporter for SonarQube
Downloads
32,088
Maintainers
Readme
mocha-reporter-sonarqube
Mocha reporter for SonarQube / SonarCloud
See https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/test-coverage/generic-test-data/#generic-test-execution for details.
Installation
npm i -D mocha-reporter-sonarqube
Usage
mocha -R mocha-reporter-sonarqube -O filename=report.xml
if the filename
option is not specified, the report will be written to process.stdout
.