@cucumber-e2e/html-reporter

0.2.1 • Public • Published

Simple vue.js based html reporter for cucumber projects.

Function params

name type mandatory default description
json string M path to cucumber json
targetFolder string M path where result html will be stored

How to use

const HTMLReporter = require("@cucumber-e2e/html-reporter");

HTMLReporter.generate({
    json: path.resolve(pathToJson),
    targetFolder: path.resolve(reportPath),
});

Example Report

Package Sidebar

Install

npm i @cucumber-e2e/html-reporter

Weekly Downloads

20

Version

0.2.1

License

MIT

Unpacked Size

130 kB

Total Files

10

Last publish

Collaborators

  • alexgalichenko