Path to this page:
./
wip/go-junit-report,
TODO: Short description of the package
Branch: CURRENT,
Version: af01ea7f8024089b458d804d5cdf190f962a9a0cnb7,
Package name: go-junit-report-af01ea7f8024089b458d804d5cdf190f962a9a0cnb7,
Maintainer: pkgsrc-usersgo-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)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-03-21) Updated to version: go-junit-report-af01ea7f8024089b458d804d5cdf190f962a9a0cnb7