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

    • Type: boolean
    • Default: false
    • CLI: --printConsoleTrace

    Print console traces when calling any console method, which is helpful for debugging.

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

    When disableConsoleIntercept is set to true, printConsoleTrace will not take effect.