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

    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 browser-app level; defaults to tests/browser-app/**.


    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 browser registry.


    target?

    readonly optional target?: string

    Compiles every app for this target. By default each app uses its first declared target that is also selected by the project.