Skip to content

AlexGalichenko/cucumber-e2e-html-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

html reporter for protractor and cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published