For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/test.DevEpochContractMatrixOptions.md.
  • 简体中文
  • Interface: DevEpochContractMatrixOptions

    Properties

    apps?

    readonly optional apps?: ContractAppCoverage

    App route coverage at this boundary; defaults to 'auto'.


    fixtures

    readonly fixtures: Readonly<Record<string, ContractRouteFixture>>


    manifest

    readonly manifest: AgentBundleTestManifest


    server?

    readonly optional server?: string


    session

    readonly session: DevEpochContractMatrixSession

    An already-open epoch-pinned generated stdio session; this entry point never opens or closes it.