Rulvar API reference / @rulvar/store-conformance / KillPointTarget
Interface: KillPointTarget
Defined in: packages/store-conformance/src/kill-points.ts:849
Per-scenario isolation a consumer's prepare hands the suite.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
cleanup? | () => void | Promise<void> | Runs after the scenario, pass or fail (drop the schema, etc). | packages/store-conformance/src/kill-points.ts:857 |
closeStore? | (fixture) => void | Promise<void> | - | packages/store-conformance/src/kill-points.ts:855 |
env? | Record<string, string> | Extra environment for the worker process. | packages/store-conformance/src/kill-points.ts:853 |
openStore | () => | FencedTranscriptsFixture | Promise<FencedTranscriptsFixture> | - | packages/store-conformance/src/kill-points.ts:854 |
storePath? | string | Store location for this scenario (worker config + referee). | packages/store-conformance/src/kill-points.ts:851 |