UNPKG

cucumber-html-report

Version:

Convert cucumber json reports to a pretty html report.

7 lines (5 loc) 205 B
'use strict'; var report = require('./report'); exports.create = function (options) { return report.validate(options).then(report.createDirectory).then(report.createReport).then(report.writeReport); };