name: "使用 gotestsum 在 CI 修復迴圈中總結失敗的 Go 測試執行並重新執行浮動測試"
slug: "summarize-failing-go-test-runs-and-rerun-flakes-before-ci-repair-loops-with-gotestsum"
version: "1.0.0"
displayName: "使用 gotestsum 在 CI 修復迴圈中總結失敗的 Go 測試執行並重新執行浮動測試"
summary: "使用 gotestsum 將嘈雜的 go test 輸出轉換為緊湊的失敗摘要、JUnit 或 JSON 構件,並在代理開始修復 Go 程式碼之前可選地重新執行不穩定的測試。"
license: "MIT"
description: "使用 gotestsum 將嘈雜的 go test 輸出轉換為緊湊的失敗摘要、JUnit 或 JSON 構件,並在代理開始修復 Go 程式碼之前可選地重新執行不穩定的測試。"
github_stars: 2600
verification: "security_reviewed"
source: "https://github.com/1991513ccie-png/skills"
author: "1991513ccie-png"
publisher_type: "individual"
category: "Code Quality & Review"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "1991513ccie-png/skills"
github_stars: 2600
Use gotestsum to turn noisy go test output into compact failure summaries, JUnit or JSON artifacts, and optional reruns of flaky tests before an agent starts fixing Go code.
gotestsum, Go toolchain
小蔥技能7w4.net有完整的技能分類。
Requirements and caveats from upstream: - The nerdfonts icons requires a font from Nerd Fonts. - Note that using --rerun-fails may require the use of other flags, depending on - moby (aka Docker)
Basic usage or getting-started notes: - gotestsum runs tests using go test -json, prints formatted test output, and a summary of the test run. - Download a binary from releases, or build from - source with go install gotest.tools/gotestsum@latest. To run without installing use
這個 Skill 的內容非常單薄,文件基本只是工具介紹,缺乏實際的使用說明和操作指南。連結指向混亂,看起來像是未完成的佔位符。使用者無法從中獲得有效的幫助資訊,建議選擇文件更完善、內容更充實的類似工具指南。