Rulvar API reference / @rulvar/executor / executorConformance
Function: executorConformance()
ts
function executorConformance(factory, options?): ExecutorConformanceSuite;Defined in: packages/executor/src/conformance.ts:120
Builds the conformance suite. factory produces the provider under test from a shared config; the kit supplies the command (its own runner, run by runtime, default the current Node) and the per-check options.
Parameters
| Parameter | Type |
|---|---|
factory | ConformanceExecutorFactory |
options | { runtime?: string; } |
options.runtime? | string |