Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorEntry ¶
type KeyMap ¶
type KeyMap struct {
Up key.Binding
Down key.Binding
Enter key.Binding
Tab key.Binding
Quit key.Binding
PageUp key.Binding
PageDown key.Binding
}
func DefaultKeyMap ¶
func DefaultKeyMap() KeyMap
type Styles ¶
type Styles struct {
Title lipgloss.Style
TestPassed lipgloss.Style
TestFailed lipgloss.Style
TestRunning lipgloss.Style
TestSkipped lipgloss.Style
ErrorMsg lipgloss.Style
ErrorDetail lipgloss.Style
HelpBar lipgloss.Style
Cursor lipgloss.Style
Panel lipgloss.Style
ActivePanel lipgloss.Style
Dim lipgloss.Style
Bold lipgloss.Style
IconRunning string
IconExpand string
IconCollaps string
}
func DefaultStyles ¶
func DefaultStyles() Styles
type TUIOutput ¶
type TUIOutput struct {
// contains filtered or unexported fields
}
func (*TUIOutput) WorkerComplete ¶
func (*TUIOutput) WorkerLine ¶
func (*TUIOutput) WorkerStart ¶
type TestCountMsg ¶
type TestFailMsg ¶
type TestPassMsg ¶
type TestSkipMsg ¶
type TestStartMsg ¶
type TestStatus ¶
type TestStatus int
const ( StatusPending TestStatus = iota StatusRunning StatusPassed StatusFailed StatusSkipped )
type WorkerCompleteMsg ¶
type WorkerNode ¶
type WorkerStartMsg ¶
Click to show internal directories.
Click to hide internal directories.