mayankit / html-report

Html-report generation plugin for Gauge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-report

This is the html-report plugin for gauge.

Install through Gauge

gauge --install html-report
  • Installing specific version
gauge --install html-report --plugin-version 1.0.1

Offline installation

gauge --install html-report --file html-report-1.0.1-linux.x86_64.zip

Build from Source

Requirements

Compiling

go run build/make.go

For cross platform compilation

go run build/make.go --all-platforms

Installing

After compilation

go run build/make.go --install

Installing to a CUSTOM_LOCATION

go run build/make.go --install --plugin-prefix CUSTOM_LOCATION

Creating distributable

Note: Run after compiling

go run build/make.go --distro

For distributable across platforms os, windows and linux for bith x86 and x86_64

go run build/make.go --distro --all-platforms

New distribution details need to be updated in the html-report-install.json file in gauge plugin repository for a new verison update.

License

GNU Public License version 3.0 Html-Report is released under GNU Public License version 3.0

Copyright

Copyright 2015 ThoughtWorks, Inc.

About

Html-report generation plugin for Gauge

License:GNU General Public License v3.0


Languages

Language:Go 29.9%Language:HTML 27.6%Language:JavaScript 23.6%Language:CSS 17.0%Language:Shell 1.8%