Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaseResult ¶
type CaseResult struct { TestCase *test.Case Results []test.Result Protocols []test.CaseExecutionProtocol }
func GetCaseResultForVariant ¶
func GetCaseResultForVariant(testCase *test.Case, protocols []test.CaseExecutionProtocol, versions []*project.Version, variant project.Variant) CaseResult
GetCaseResultForVariant returns the latest results for all versions of the protocols
func GetResults ¶
type Dashboard ¶
type DashboardElement ¶
type DashboardElement struct { Versions []*project.Version Variant project.Variant Results []CaseResult }
func NewDashboardElement ¶
type DashboardElement_Sequences ¶ added in v1.2.0
type DashboardElement_Sequences struct { Versions []*project.Version Variant project.Variant Results []SequenceResult }
func NewDashboardElement_Sequences ¶ added in v1.2.0
type Dashboard_Sequences ¶ added in v1.2.0
type Dashboard_Sequences struct { Project *project.Project Sequences []*test.Sequence Versions []*project.Version Variants []project.Variant ProtocolMap map[id.TestID][]test.SequenceExecutionProtocol DashboardElements []DashboardElement_Sequences }
func NewDashboard_Sequences ¶ added in v1.2.0
func NewDashboard_Sequences(proj *project.Project, sequences []*test.Sequence, protocolMap map[id.TestID][]test.SequenceExecutionProtocol) Dashboard_Sequences
type SequenceResult ¶ added in v1.2.0
type SequenceResult struct { TestSequence *test.Sequence Results []test.Result Protocols []test.SequenceExecutionProtocol }
func GetCaseResultForVariant_Sequences ¶ added in v1.3.0
func GetCaseResultForVariant_Sequences(testSequence *test.Sequence, protocols []test.SequenceExecutionProtocol, versions []*project.Version, variant project.Variant) SequenceResult
GetCaseResultForVariant_Sequences returns the latest results for all versions of the protocols
func GetResults_Sequences ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.