@suluk/testgen - v0.1.2
    Preparing search index...

    Interface TestgenOptions

    @suluk/testgen — generate a DETERMINISTIC conformance test suite from a v4 "Suluk" contract. The contract's claims made executable: the server ENFORCES x-suluk-access on the wire, declared statuses hold, 2xx bodies conform to their schemas, declared costs are well-formed. A pure function of the document. CANDIDATE tooling.

    interface TestgenOptions {
        baseURL?: string;
        framework?: "bun" | "vitest";
    }
    Index

    Properties

    Properties

    baseURL?: string

    the deployment under test; the generated suite reads SULUK_BASE_URL first, then falls back to this.

    framework?: "bun" | "vitest"

    which test runner's imports to emit (both share the test/expect/describe API). Default "bun".