wdio-ctrf-json-reporter
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -86,4 +86,3 @@ "use strict"; | ||
/[<>:"/\\|?*\x00-\x1F]/g, ''); | ||
const timestamp = new Date().toISOString().replace(/[:.]/g, '-'); | ||
this.reporterConfigOptions.outputFile = `ctrf-report-${sanitizedUniqueIdentifier}-${timestamp}.json`; | ||
this.reporterConfigOptions.outputFile = `ctrf-report-${sanitizedUniqueIdentifier}.json`; | ||
this.writeReportToFile(this.ctrfReport); | ||
@@ -90,0 +89,0 @@ } |
{ | ||
"name": "wdio-ctrf-json-reporter", | ||
"version": "0.0.11", | ||
"description": "", | ||
"version": "0.0.12", | ||
"description": "A WebriverIO JSON test reporter to create test results reports", | ||
"repository": { | ||
@@ -9,2 +9,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://ctrf.io", | ||
"main": "dist/index.js", | ||
@@ -24,3 +25,3 @@ "scripts": { | ||
"author": "Matthew Thomas", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -27,0 +28,0 @@ "@types/mocha": "^10.0.3", |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
20292
0
1
242