Summarize failing Go test runs and rerun flakes before CI repair loops with gotestsum
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.
What it does
Summarize failing Go test runs and rerun flakes before CI repair loops with gotestsum
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.
Prerequisites
gotestsum, Go toolchain
Installation
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
-
Extracted from upstream docs: https://raw.githubusercontent.com/gotestyourself/gotestsum/HEAD/README.md
Documentation
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,334 chars)