Skip to content

Interface: ResolvedTermwrightConfig

@termwright/test


@termwright/test / ResolvedTermwrightConfig

Defined in: test/src/config.ts:97

Configuration with every default filled in.

readonly columns: number

Defined in: test/src/config.ts:98


readonly command: readonly string[] | undefined

Defined in: test/src/config.ts:104


readonly env: Readonly<Record<string, string>>

Defined in: test/src/config.ts:106


readonly failOnLogLevel: false | "trace" | "debug" | "info" | "warn" | "error" | "fatal"

Defined in: test/src/config.ts:110


readonly outputDir: string

Defined in: test/src/config.ts:102


readonly palette: ColorPalette | undefined

Defined in: test/src/config.ts:107


readonly profile: string | undefined

Defined in: test/src/config.ts:112

Name of the profile that was applied, when any.


readonly requiredCapabilities: readonly ("focus" | "pointer-input" | "semantic-tree" | "stable-identity" | "intended-geometry" | "clipped-geometry" | "painted-region" | "pointer-geometry" | "pointer-hit-testing" | "scroll" | "render-order" | "action-strategies" | "keyboard-input" | "focus-input" | "paired-revisions")[]

Defined in: test/src/config.ts:105


readonly rows: number

Defined in: test/src/config.ts:99


readonly snapshotDir: string

Defined in: test/src/config.ts:103


readonly terminalProfile: TerminalProfileId | undefined

Defined in: test/src/config.ts:108


readonly timeouts: Required<TestTimeoutClasses>

Defined in: test/src/config.ts:100


readonly trace: TraceMode

Defined in: test/src/config.ts:101


readonly updateSnapshots: UpdateSnapshotsMode | undefined

Defined in: test/src/config.ts:109