dev-master
9999999-dev https://github.com/letscodehu/humbughtmlGenerating HTML output from humbug's json log
The Requires
The Development Requires
test php mutation humbug
Wallogit.com
2017 © Pedro Peláez
Generating HTML output from humbug's json log
Tool generating html reports from humbug's json log., (*1)
Add it to your composer dependencies:, (*2)
"require" : {
"letscodehu/humbughtml" : "^1.0"
}
Then run composer update, (*3)
Or simply invoke, (*4)
composer require "letscodehu/humbughtml@^1.0"
From command line:, (*5)
./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., (*6)
Generating HTML output from humbug's json log
test php mutation humbug