Documentation
¶
Overview ¶
Package tautoresults provides test results for Tauto.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateReport ¶
func GenerateReport(test test, testID string, resultsDir string, testCaseMetadata *api.TestCaseMetadata) *api.TestCaseResult
GenerateReport gets a report request from tast and passes on to progress sink.
func GetDuration ¶
GetDuration gets the duration from the start/end time of a test.
func TestsReports ¶
func TestsReports(resultsDir string, tests []string, testNamesToIds map[string]string, testNamesToMetadata map[string]*api.TestCaseMetadata, missingReason string) ([]*api.TestCaseResult, error)
TestsReports returns results to all tests.
Types ¶
type Report ¶
type Report struct { RawResults results // contains filtered or unexported fields }
Report TODO: probably need to eventually move tauto over from results parsing.
func (*Report) MissingTestsReports ¶
func (r *Report) MissingTestsReports(reason string, testNamesToMetadata map[string]*api.TestCaseMetadata) []*api.TestCaseResult
MissingTestsReports returns tests not found in the resultsdir, marked as err.
Click to show internal directories.
Click to hide internal directories.