Skip to main content

Module elements

Module elements 

Source
Expand description

User config elements.

Structs§

CommandNameAndArgs
A command with optional arguments and environment variables.
DefaultRecordConfig
Default record configuration with all values required.
DeserializedRecordConfig
Retention settings for the record-replay-rerun feature.
RecordConfig
Resolved record configuration after applying defaults.
StreampagerConfig
Resolved streampager configuration.
UiConfig
Resolved UI configuration after applying overrides.

Enums§

PagerSetting
Controls which pager to use for output that benefits from scrolling.
PaginateSetting
When to send output through the pager.
StreampagerInterface
How the builtin pager uses the alternate screen and when it exits.
StreampagerWrapping
How long lines are wrapped in the builtin pager.
UiShowProgress
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.