@elysiumoss/ui-capture - v0.3.0
    Preparing search index...

    Interface CliInvocation

    interface CliInvocation {
        url: string;
        overrides: CaptureConfigOverrides;
        statesPath?: string;
        stateFilter?: readonly string[];
        failOnStateError: boolean;
    }
    Index
    url: string
    statesPath?: string

    Resolved path of a states file, if any. buildInvocation stays synchronous and I/O-free — its whole unit-test surface depends on that — so reading and parsing happens in runFromArgs, at the edge.

    stateFilter?: readonly string[]
    failOnStateError: boolean