For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/config/test/print-console-trace.md.
close
  • 简体中文
  • printConsoleTrace

    • 类型: boolean
    • 默认值: false
    • CLI: --printConsoleTrace

    console 方法调用时始终打印调用栈,这将有助于调试。

    CLI
    rstest.config.ts
    npx rstest --printConsoleTrace
    Note

    disableConsoleIntercepttrue 时,printConsoleTrace 将不会生效。