Skip to content

Interface: TermwrightFixtures

@termwright/test


@termwright/test / TermwrightFixtures

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

Fixtures added to Vitest’s test.

step: StepRunner

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


terminal: TerminalFactory

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


termwright: TermwrightScopeFixture

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


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.