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
Requires
- components/jquery: 3.*
- twbs/bootstrap: 3.*
Requires (Dev)
- php-mock/php-mock-phpunit: ^1.1
- phpunit/phpunit: 4.8.*
This package is auto-updated.
Last update: 2026-03-01 00:22:42 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.