Search
boolean
false
--printConsoleTrace
Print console traces when calling any console method, which is helpful for debugging.
import { defineConfig } from '@rstest/core'; export default defineConfig({ printConsoleTrace: true, });
When disableConsoleIntercept is set to true, printConsoleTrace will be ignored.
true
printConsoleTrace