Skip to content

letscodehu/humbughtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humbughtml

Tool generating html reports from humbug's json log.

Installing

Add it to your composer dependencies:

   "require" : {
       "letscodehu/humbughtml" : "^1.0"
   }

Then run composer update

Or simply invoke

composer require "letscodehu/humbughtml@^1.0"

Usage

From command line:

./vendor/bin/humbughtml [--outdir=path/to/generated/html] [--logfile=path/to/humbuglog.json] 

It defaults to humbuglog.json and the reports are generated to humbugreports by default.

About

Tool generating html reports from humbug's json log.

Resources

Stars

Watchers

Forks

Packages

No packages published