go-test-report 使用教程 go-test-report 项目地址: https://gitcode.com/gh_mirrors/go/go-test-report
1. 项目介绍
go-test-report 是一个用于捕获 go test 输出并将其解析为单个自包含 HTML 文件的工具。该工具可以帮助开发者更直观地查看和分析 Go 语言项目的测试…
HTMLTestRunner
1)http://tungwaiyip.info/software/HTMLTestRunner.html -- 网站提供的版本支持python2.7
2)HTMLTestRunner is an extension to the Python standard librarys unittest module. It generates easy to use HTML test reports. …
从Jenkins 2.39升级到 Jenkins 2.42,在构建的时候出现错误。
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE
期间没做过任何的修改,只…