2017 © Pedro Peláez
 

library humbughtml

Generating HTML output from humbug's json log

image

letscodehu/humbughtml

Generating HTML output from humbug's json log

  • Sunday, October 22, 2017
  • by letscodehu
  • Repository
  • 3 Watchers
  • 2 Stars
  • 1,696 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

humbughtml

Tool generating html reports from humbug's json log., (*1)

Installing

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"

Usage

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)

The Versions

22/10 2017

dev-master

9999999-dev https://github.com/letscodehu/humbughtml

Generating HTML output from humbug's json log

  Sources   Download

The Requires

 

The Development Requires

test php mutation humbug