gpt4 book ai didi

jenkins - 将 Go 测试输出转换为 XUnit

转载 作者:IT王子 更新时间:2023-10-29 01:18:22 26 4
gpt4 key购买 nike

如何让 Go 的测试库以 XUnit 格式输出以与 Jenkins 集成? go test 没有输出到 XML 或 XUnit 格式的命令行选项。

最佳答案

有一个不错的小插件可以转换:https://github.com/tebeka/go2xunit

安装它:

go get github.com/tebeka/go2xunit

使用方法:

# Run your tests like normal, but pipe the verbose output to the converter
go test -v | $GOPATH/bin/go2xunit > test_output.xml

如果您的普通 $PATH 中有 $GOPATH/bin:

go test -v | go2xunit > test_output.xml

关于jenkins - 将 Go 测试输出转换为 XUnit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20958647/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com