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

    Properties

    manifest?

    readonly optional manifest?: AgentBundleTestManifest


    signal?

    readonly optional signal?: AbortSignal


    stdin?

    readonly optional stdin?: string

    Input piped to a plain script's stdin, ended after the last byte. Omitted, the script reads end-of-file at once. A generated executable inherits the invoking terminal's stdin; a test names its input instead. Plain scripts only.


    tty?

    readonly optional tty?: boolean

    Selects interactive rendered output explicitly. Generated executables use process.stdout.isTTY; the in-process harness defaults to piped output. Rendered scripts only.