Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CorrectnessReport ¶
type CorrectnessReport struct {
Timestamp string `json:"timestamp"`
BaseURL string `json:"baseURL"`
Results []TestResult `json:"results"`
AllPassed bool `json:"allPassed"`
}
CorrectnessReport is the top-level structure written to correctness-report.json.
Click to show internal directories.
Click to hide internal directories.