Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type History ¶
type History struct { StartAt float64 `json:"start_at,omitempty"` EndAt float64 `json:"end_at,omitempty"` Duration float64 `json:"duration"` Children []Span `json:"children,omitempty"` }
History represents the overall duration of the test run and contains detailed span data, more finely recording the test run.
type Result ¶
type Result struct { ID string `json:"id"` Scope string `json:"scope"` Name string `json:"name"` Identifier string `json:"identifier,omitempty"` Location string `json:"location,omitempty"` FileName string `json:"file_name,omitempty"` Result string `json:"result"` FailureReason string `json:"failure_reason,omitempty"` History History `json:"history"` }
Result represents a single test run.
Click to show internal directories.
Click to hide internal directories.