[ bianca ]
软件包:go-junit-report(2.1.0-1.1 以及其他的)
go-junit-report 的相关链接
下载源码包 golang-github-jstemmer-go-junit-report:
- [golang-github-jstemmer-go-junit-report_2.1.0-1.1.debian.tar.xz]
- [golang-github-jstemmer-go-junit-report_2.1.0-1.1.dsc]
- [golang-github-jstemmer-go-junit-report_2.1.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
convert Go test output to JUnit XML (program)
go-junit-report is a tool that converts go test output to a JUnit compatible XML report, suitable for use with applications such as Jenkins or GitLab CI.
By default, go-junit-report reads go test -v output generated by the standard library testing package from stdin and writes a JUnit XML report to stdout.