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.