1.1.0 • Published 2 years ago

@dbservices/scorpion-report v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Scorpion Report

Commitizen friendly

Scorpion-core support pack.

Installation

$ npm install @dbservices/scorpion-report

Example of use:

import * as Report from "@dbservices/scorpion-report";

setTimeout(async function () {
  await Report.generate({
    jsonFile: "reports/cucumber_report.json",
    output: "reports/report.html",
  });
}, 1000);