Writing and debugging integration tests of multiple processes with Golang
This article discusses the technical details of writing integration tests for Golang, specifically for managing multiple sub-processes and attaching debuggers. It introduces a testing framework using YAML test definitions and a test runner. The framework allows for invoking Golang tests, reproducing..