Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) GetErrors ¶ added in v0.1.77
GetErrors returns all test errors collected during the run. It is primarily intended for tests (e.g. the e2e framework) that need to assert on the structured results produced by the testers.
func (*Manager) HasCriticalErrors ¶
func (*Manager) PrintResult ¶
func (m *Manager) PrintResult()
type Option ¶ added in v0.1.84
type Option func(*managerOptions)
Option customizes which testers a Manager runs and how.
func WithTesters ¶ added in v0.1.84
WithTesters restricts the manager to the testers with the given IDs. When omitted, all registered testers run.
func WithUpdateSnapshots ¶ added in v0.1.84
WithUpdateSnapshots makes snapshot-based testers rewrite their golden files instead of reporting mismatches.
Click to show internal directories.
Click to hide internal directories.