UNPKG

yachr

Version:

Yet another cucumber html reporter

15 lines 546 B
"use strict"; /** * This file has been included as an example usage of the library. * * Require the reporter, call generate and pass in the reportOptions. */ Object.defineProperty(exports, "__esModule", { value: true }); const reporter_1 = require("./reporter"); const reporter = new reporter_1.Reporter(); reporter.generate({ htmlTemplate: __dirname + '/templates/standard.html', // Optional jsonFile: __dirname + '/samples/results.json', output: __dirname + '/samples/report.html' }); //# sourceMappingURL=sampleUsageFile.js.map