Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 499 Bytes

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);