xunit-file
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -74,3 +74,3 @@ /** | ||
appendLine(tag('testsuite', { | ||
name: 'Mocha Tests' | ||
name: process.env.SUITE_NAME || 'Mocha Tests' | ||
, tests: stats.tests | ||
@@ -77,0 +77,0 @@ , failures: stats.failures |
{ | ||
"name": "xunit-file", | ||
"description": "Basically the same reporter as mocha's xunit reporter, but writes the output in a file.", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Matthias Jahn", |
@@ -22,1 +22,5 @@ xunit-file | ||
This reporter is just the original [xunit reporter](https://github.com/visionmedia/mocha/blob/master/lib/reporters/xunit.js) from mocha only writing the result in an xml file. | ||
# LICENSE | ||
MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
52627
22
26
5