./wip/go-junit-report, TODO: Short description of the package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: af01ea7f8024089b458d804d5cdf190f962a9a0cnb7, Package name: go-junit-report-af01ea7f8024089b458d804d5cdf190f962a9a0cnb7, Maintainer: pkgsrc-users

go-junit-report is a tool that converts go test output to an xml report,
suitable for applications that expect junit xml reports (e.g. Jenkins).

go-junit-report reads the go test verbose output from standard in and writes junit compatible XML to standard out.

go test -v 2>&1 | go-junit-report > report.xml

Note that it also can parse benchmark output with -bench flag:

go test -v -bench . -count 5 2>&1 | go-junit-report > report.xml

Required to build:
[pkgtools/cwrappers] [lang/go113]

Master sites:


Version history: (Expand)