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/rstest.AgentBundleRstestOptions.md.
  • 简体中文
  • Interface: AgentBundleRstestOptions

    Properties

    configPath?

    readonly optional configPath?: string

    Explicit Agent Bundle configuration path; discovered from root when omitted.


    include?

    readonly optional include?: readonly string[]

    Test files for the route-unit level; defaults to tests/route-unit/**.


    root?

    readonly optional root?: string

    Project root; defaults to the working directory Rstest was started in.


    setupFiles?

    readonly optional setupFiles?: readonly string[]

    Extra setup files, appended after the generated route registry.