Skip to content

dcramer/go-junit-report

 
 

Repository files navigation

go-junit-report

Converts go test output to an xml report, suitable for applications that expect junit xml reports (e.g. Jenkins).

Installation

go get github.com/jstemmer/go-junit-report

Usage

go test -v | go-junit-report > report.xml

About

Convert go test output to junit xml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published