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, variant *project.Variant) CaseResult
GetCaseResultForVariant returns the latest results for all versions of the protocols
func GetResults ¶
func GetResults(cases []*test.Case, protocolMap map[id.TestID][]test.CaseExecutionProtocol, variant *project.Variant) []CaseResult
type Dashboard ¶
type DashboardElement ¶
type DashboardElement struct { Variant *project.Variant Versions []project.Version Results []CaseResult }
func NewDashboardElement ¶
func NewDashboardElement(cases []*test.Case, variant *project.Variant, protocolMap map[id.TestID][]test.CaseExecutionProtocol) DashboardElement
Click to show internal directories.
Click to hide internal directories.