html报告
-
Golang测试如何生成HTML报告 使用gotestsum转换测试输出格式



使用 gotestsum 生成 golang 测试 html 报告的步骤如下:1. 安装 gotestsum,运行 go install gotest.tools/gotestsum@latest;2. 运行测试并生成 junit xml 文件,推荐命令为 gotestsum –form…



使用 gotestsum 生成 golang 测试 html 报告的步骤如下:1. 安装 gotestsum,运行 go install gotest.tools/gotestsum@latest;2. 运行测试并生成 junit xml 文件,推荐命令为 gotestsum –form…