Interface: TermwrightScopeFixture
@termwright/test / TermwrightScopeFixture
Interface: TermwrightScopeFixture
Section titled “Interface: TermwrightScopeFixture”Defined in: test/src/fixtures.ts:124
Test-scoped services that do not depend on a running terminal.
Properties
Section titled “Properties”config
Section titled “config”
readonlyconfig:ResolvedTermwrightConfig
Defined in: test/src/fixtures.ts:125
readonlystep:StepRunner
Defined in: test/src/fixtures.ts:130
tmpdir
Section titled “tmpdir”
readonlytmpdir:string
Defined in: test/src/fixtures.ts:127
Private directory for this test; created on first access, removed after.
traces
Section titled “traces”
readonlytraces: readonlystring[]
Defined in: test/src/fixtures.ts:129
Trace archives kept for this test, filled in during teardown.