@suluk/journeys - v0.4.0
    Preparing search index...

    Interface RenderOptions

    interface RenderOptions {
        name?: string;
        baseUrl?: string;
        localBaseUrl?: string;
    }
    Index

    Properties

    name?: string

    collection name (default the doc/feature title or "Demo").

    baseUrl?: string

    the PROD base URL — the live-call target the tester switches to.

    localBaseUrl?: string

    the LOCAL base URL a developer tests against FIRST (the same collection, just a different baseUrl). Default a Cloudflare Workers wrangler dev port.