2014-10-24 21:44:13 +02:00
2012-03-09 15:38:06 +01:00
2014-10-24 21:44:13 +02:00
2012-03-09 19:52:48 +01:00
2012-03-17 12:34:02 +01:00
2012-03-09 15:38:06 +01:00
2012-03-28 20:04:14 +02:00

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
Description
Convert go test output to junit xml
Readme MIT 770 KiB
Languages
Go 98.8%
Makefile 1.2%