mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-16 10:38:08 -05:00
19 lines
353 B
Markdown
19 lines
353 B
Markdown
go-junit-report
|
|
===============
|
|
|
|
Converts `go test` output to an xml report, suitable for applications that
|
|
expect junit xml reports (e.g. [Jenkins](http://jenkins-ci.org)).
|
|
|
|
Installation
|
|
------------
|
|
|
|
go get github.com/jstemmer/go-junit-report
|
|
|
|
go install github.com/jstemmer/go-junit-report
|
|
|
|
Usage
|
|
-----
|
|
|
|
go test -v | go-junit-report > report.xml
|
|
|