Versions in this module Expand all Collapse all v0 v0.2.0 Apr 3, 2026 Changes in this version + type Report struct + Duration time.Duration + Sources []string + Suites []Suite + Timestamp time.Time + Title string + func (r *Report) Merge(other *Report) + func (r *Report) Stats() (total, passed, failed, skipped int) + type Status string + const StatusFail + const StatusFlaky + const StatusPass + const StatusSkip + type Suite struct + Cases []TestCase + Name string + type TestCase struct + Attachments []string + Duration time.Duration + File string + Line int + Message string + Name string + Status Status + Stdout string + Suite string