@nodebug/emailer
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -6,2 +6,3 @@ const { generate } = require('cucumber-html-reporter') | ||
const { readFileSync } = require('jsonfile') | ||
const { resolve } = require('path') | ||
const { directory, report } = require('./files') | ||
@@ -32,3 +33,3 @@ | ||
jsonFile: report, | ||
output: `${directory}/${reportName}.html`, | ||
output: resolve(`${directory}/${reportName}.html`), | ||
reportSuiteAsScenarios: true, | ||
@@ -35,0 +36,0 @@ launchReport: true, |
{ | ||
"name": "@nodebug/emailer", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Node Bug", |
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
5392
147