Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 1.9 KB

README.md

File metadata and controls

85 lines (61 loc) · 1.9 KB

html-report

Download Nightly Build Status

This is the html-report plugin for Gauge.

Install through Gauge

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

Offline installation

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

Build from Source

Requirements

Compiling

Download dependencies

go get -t ./...

Compilation

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: Windows and Linux for both 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 the gauge plugin repository for a new version update.

License

GNU Public License version 3.0 html-report is released under GNU Public License version 3.0

Copyright

Copyright 2015 ThoughtWorks, Inc.