Documentation
¶
Overview ¶
Package testreport renders test execution using the shared Atmos tree geometry.
Index ¶
Constants ¶
View Source
const ( Passed = "passed" Failed = "failed" Skipped = "skipped" Canceled = "canceled" Pending = "pending" Running = "running" )
Test case lifecycle states shared by the executor and renderer.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
Reporter owns the display for one test group; updates may arrive concurrently.
func (*Reporter) Start ¶
func (r *Reporter) Start(live bool, cancel context.CancelFunc)
Start enables live rendering only when the caller owns an interactive terminal.
Click to show internal directories.
Click to hide internal directories.