terafoundation / test-context / TestContextOptions
Interface: TestContextOptions<S>
Defined in: test-context.ts:76
Type Parameters
| Type Parameter |
|---|
S |
Properties
| Property | Type | Defined in |
|---|---|---|
assignment? | any | test-context.ts:78 |
clients? | TestClientConfig[] | test-context.ts:79 |
name? | string | test-context.ts:77 |
sysconfig? | PartialDeep<SysConfig<S>> | test-context.ts:80 |