vgt
« Back to VersTracker
Description:
Visualising Go Tests
Type: Formula  |  Latest Version: 1.0.1@0  |  Tracked Since: Dec 15, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: golang testing visualization developer-tools cli
Install: brew install vgt
About:
VGT is a command-line tool that visualizes Go test output in real-time, transforming verbose logs into an interactive tree view. It helps developers quickly identify failing tests, slow packages, and execution patterns. The tool enhances the testing workflow by providing immediate visual feedback during test runs.
Key Features:
  • Real-time visualization of Go test execution
  • Interactive tree view of test packages and subtests
  • Color-coded pass/fail status indicators
  • Integration with standard `go test` command
Use Cases:
  • Debugging complex test failures in large Go projects
  • Monitoring test execution progress during development
  • Analyzing test suite structure and dependencies
Alternatives:
  • richgo – richgo also enriches test output but focuses on coloring raw output rather than creating an interactive tree structure
  • gotestsum – gotestsum provides JSON output and test execution control but lacks the interactive visual tree interface
Version History
Detected Version Rev Change Commit
Dec 15, 2025 11:47am 0 VERSION_BUMP ccf63a89
Sep 11, 2025 9:59pm 0 VERSION_BUMP 58fa0564
Jan 5, 2025 8:38am 0 NEW 08faeb88