Below you will find pages that utilize the taxonomy term “Mvrahden”
August 29, 2026
Go - Test Suites
Version updated for https://github.com/mvrahden/go-test to version v1.28.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This action automates the creation and execution of test suites in Go, providing features such as isolation and parallelism, along with a specification-driven approach to testing through BDD vocabulary. It supports generating test outputs that are both readable and in sync with the underlying code.
August 17, 2026
Go - Test Suites
Version updated for https://github.com/mvrahden/go-test to version v1.27.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, gotest, automates the creation and execution of specification-driven Go test suites with isolation and parallelism as first-class citizens. It generates the lifecycle wiring, t.Run nesting, and process isolation necessary to run standard go test output in a more readable behavioral format. The tool is designed to simplify test organization and reduce discipline problems associated with maintaining clean and organized test files.
August 14, 2026
Go - Test Suites
Version updated for https://github.com/mvrahden/go-test to version v1.26.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The gotest action generates and executes Go test suites as specification-driven behavioral contracts, offering isolated and parallel execution with no runtime dependencies or reflection. It simplifies test management by organizing tests into readable specifications and ensures state isolation between tests.