Skip to content

Convert cucumber reports from json to HTML using Mustache templates

Notifications You must be signed in to change notification settings

RaghavendhraK/cucumber-html-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-html-report

Create HTML reports from cucumber json report files. Uses mustache to transform json to HTML. Also writes embeddings (base64 encoded PNG images) to disk and includes them in the HTML (screenshots).

Very easy to use

var CucumberHtmlReport = require('cucumber-html-report');

var report = new CucumberHtmlReport({
  source: './cucumber_report.json', // source json
  dest: './reports' // target directory (will create if not exists)
});

report.createReport();

Author

Written by Peter Leinonen 2015.

About

Convert cucumber reports from json to HTML using Mustache templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published