Skip to content

Interface: TermwrightTestResources

@termwright/test


@termwright/test / TermwrightTestResources

Defined in: test/src/provider.ts:8

readonly optional hostPressure?: "exclusive"

Defined in: test/src/provider.ts:16

Exclusively reserves host-wide CPU, memory, I/O and process/toolchain pressure.


readonly optional load?: "exclusive" | "light" | "normal" | "heavy"

Defined in: test/src/provider.ts:18

Coarse host CPU/memory/I/O admission cost; defaults to normal.


readonly optional nativeHost?: "shared" | "exclusive"

Defined in: test/src/provider.ts:14

Makes native transport pressure exclusive while preserving the true terminal count.


readonly optional terminals?: number

Defined in: test/src/provider.ts:10

Maximum simultaneously live terminal sessions in this Attempt.


readonly optional traceWriters?: number

Defined in: test/src/provider.ts:12

Maximum simultaneously live retained trace writers in this Attempt.