Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2026 Changes in this version + type ArtifactSummary struct + ConsoleCount int + EventCount int + NetworkCount int + Replay bool + Screenshot bool + type Bundle struct + Path string + func Load(reportPath string) (*Bundle, error) + func (b *Bundle) InspectPin(number int, fields []string, cacheDir string) (PinInspect, error) + func (b *Bundle) Summary() (Summary, error) + type LocalAsset struct + ContentType string + Path string + SizeBytes int64 + type LocalReplayFile struct + ContentType string + EndedAt string + EventCount int + Path string + RRWebVersion string + SizeBytes int64 + StartedAt string + type PinInspect struct + Artifacts ArtifactSummary + Console []map[string]any + ElementInfo map[string]any + Events []map[string]any + Feedback string + Metadata map[string]any + Network []map[string]any + Number int + Screenshot *LocalAsset + Selector string + SessionReplay *LocalReplayFile + URL string + type PinSummary struct + Artifacts ArtifactSummary + Feedback string + Number int + Selector string + URL string + type SessionSummary struct + ID string + PinCount int + Status string + URL string + UpdatedAt string + type Summary struct + Path string + Pins []PinSummary + Session SessionSummary + Source string