Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/executor / ConformanceExecutorConfig

Interface: ConformanceExecutorConfig

Defined in: packages/executor/src/conformance.ts:33

The executor options the shared contract exercises.

Properties

PropertyTypeDefined in
allowEnv?string[]packages/executor/src/conformance.ts:36
argsstring[]packages/executor/src/conformance.ts:35
commandstringpackages/executor/src/conformance.ts:34
credentials?(request) => Record<string, string>packages/executor/src/conformance.ts:37
ledger?ToolEffectLedgerpackages/executor/src/conformance.ts:40
maxOutputBytes?numberpackages/executor/src/conformance.ts:39
timeoutMs?numberpackages/executor/src/conformance.ts:38