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