Expand description
User config elements.
Structs§
- Command
Name AndArgs - A command with optional arguments and environment variables.
- Default
Record Config - Default record configuration with all values required.
- Deserialized
Record Config - Retention settings for the record-replay-rerun feature.
- Record
Config - Resolved record configuration after applying defaults.
- Streampager
Config - Resolved streampager configuration.
- UiConfig
- Resolved UI configuration after applying overrides.
Enums§
- Pager
Setting - Controls which pager to use for output that benefits from scrolling.
- Paginate
Setting - When to send output through the pager.
- Streampager
Interface - How the builtin pager uses the alternate screen and when it exits.
- Streampager
Wrapping - How long lines are wrapped in the builtin pager.
- UiShow
Progress - Style of progress display shown during test runs.
Constants§
- BUILTIN_
PAGER_ NAME - The special string that indicates the builtin pager should be used.
- MAX_
MAX_ OUTPUT_ SIZE - Maximum allowed value for
max_output_size. - MIN_
MAX_ OUTPUT_ SIZE - Minimum allowed value for
max_output_size.