0.2.1 • Published 5 years ago

@cucumber-e2e/html-reporter v0.2.1

Weekly downloads
265
License
MIT
Repository
github
Last release
5 years ago

Simple vue.js based html reporter for cucumber projects.

Function params

nametypemandatorydefaultdescription
jsonstringMpath to cucumber json
targetFolderstringMpath 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

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago