mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
353 B
353 B
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
go install github.com/jstemmer/go-junit-report
Usage
go test -v | go-junit-report > report.xml