Interface: TermwrightFixtures
@termwright/test / TermwrightFixtures
Interface: TermwrightFixtures
Section titled “Interface: TermwrightFixtures”Defined in: test/src/fixtures.ts:167
Fixtures added to Vitest’s test.
Properties
Section titled “Properties”step:
StepRunner
Defined in: test/src/fixtures.ts:181
terminal
Section titled “terminal”terminal:
TerminalFactory
Defined in: test/src/fixtures.ts:180
termwright
Section titled “termwright”termwright:
TermwrightScopeFixture
Defined in: test/src/fixtures.ts:179
termwrightOptions
Section titled “termwrightOptions”termwrightOptions:
TermwrightOptions
Defined in: test/src/fixtures.ts:178
Options for this file or suite, the equivalent of Playwright’s test.use():
test.override({ termwrightOptions: { columns: 120, trace: 'on' } });They sit between the project configuration and a launch() call, merged
key by key — scoping one option keeps the rest.