letscodehu/humbughtml

There is no license information available for the latest version (1.0.0) of this package.

Generating HTML output from humbug's json log

1.0.0 2020-03-13 10:58 UTC

This package is auto-updated.

Last update: 2024-04-26 06:14:49 UTC


README

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.