@wdio/reporter
Advanced tools
Comparing version 5.4.3 to 5.4.15
@@ -10,2 +10,4 @@ "use strict"; | ||
var _fsExtra = _interopRequireDefault(require("fs-extra")); | ||
var _util = require("util"); | ||
@@ -43,4 +45,10 @@ | ||
skipping: 0, | ||
failures: 0 | ||
failures: 0 // ensure the report directory exists | ||
}; | ||
if (this.options.outputDir) { | ||
_fsExtra.default.ensureDirSync(this.options.outputDir); | ||
} | ||
let currentTest; | ||
@@ -47,0 +55,0 @@ const rootSuite = new _suite.default({ |
{ | ||
"name": "@wdio/reporter", | ||
"version": "5.4.3", | ||
"version": "5.4.15", | ||
"description": "A WebdriverIO utility to help reporting all events", | ||
@@ -38,3 +38,6 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "f93cd341dcd7ba94ad961e821ab8687e0c21ccd1" | ||
"dependencies": { | ||
"fs-extra": "^7.0.1" | ||
}, | ||
"gitHead": "75201d4a771e03a66bdb04869b49ef6252225eea" | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
22777
410
1
2
+ Addedfs-extra@^7.0.1
+ Addedfs-extra@7.0.1(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addeduniversalify@0.1.2(transitive)