Skip to content

Interface: TermwrightScopeFixture

@termwright/test


@termwright/test / TermwrightScopeFixture

Defined in: test/src/fixtures.ts:124

Test-scoped services that do not depend on a running terminal.

readonly config: ResolvedTermwrightConfig

Defined in: test/src/fixtures.ts:125


readonly step: StepRunner

Defined in: test/src/fixtures.ts:130


readonly tmpdir: string

Defined in: test/src/fixtures.ts:127

Private directory for this test; created on first access, removed after.


readonly traces: readonly string[]

Defined in: test/src/fixtures.ts:129

Trace archives kept for this test, filled in during teardown.