Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assert ¶
type Assert struct { Index int `json:"index"` Passed bool `json:"passed"` Output string `json:"output"` Manifest string `json:"manifest"` }
Assert contains the test result from an assert.
type Manifest ¶ added in v0.3.0
Manifest contains the manifest path and data selected for the test report.
type Report ¶
type Report struct { Date string `json:"date"` Chart Chart `json:"chart"` Score Score `json:"score"` Tests []Test `json:"tests"` }
Report contains the overall test report.
type Score ¶
type Score struct { Total int `json:"total"` Passed int `json:"passed"` Failed int `json:"failed"` Skipped int `json:"skipped"` }
Score contains numeric results.
Click to show internal directories.
Click to hide internal directories.