UNPKG

cucumber-html-report

Version:

Convert cucumber json reports to a pretty html report.

7 lines (5 loc) 180 B
const report = require('./report') exports.create = (options) => report.validate(options) .then(report.createDirectory) .then(report.createReport) .then(report.writeReport)