karma-sonarqube-reporter
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "karma-sonarqube-reporter", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A karma reporter plugin for generating Sonarqube generic test reports", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,3 +33,4 @@ # karma-sonarqube-reporter | ||
reportName: (metadata) => { // report name callback | ||
/* Report metadata content: | ||
/** | ||
* Report metadata content: | ||
* - metadata[0] = browser name | ||
@@ -43,2 +44,3 @@ * - metadata[1] = browser version | ||
return metadata.concat('xml').join('.'); | ||
} | ||
} | ||
@@ -45,0 +47,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30183
85