go-test-html

command module
v0.0.0-...-c8eb28a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2016 License: MIT Imports: 7 Imported by: 0

README

go-test-html

Build Status

Converts go test output into a prettified HTML summary.

Example HTML output

Installation

Go version 1.1 or higher is required. Install or update using the go get command:

go get -u github.com/ains/go-test-html

Usage

The go-test-html command takes in files containing the stdout and stderr from the go test command and the location of the HTML file to write.

go-test-html [gotest_stdout_file] [gotest_stderr_file] [output_file]

To produce the gotest_stdout_file and gotest_stderr_file without changing the output of your go test runs, use the following command.

go test ./... -v 2> >(tee [gotest_stderr_file]) | tee [gotest_stdout_file]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL