property ScriptOptions.console

Where the script's own output goes, exactly as test and watch take one. Defaults to this process's stdout and stderr.

It is a tee, not a switch: ScriptResult.browserLogs carries the same lines either way, so silentConsole captures the output rather than discarding it.

Type

Usage

import { type ScriptOptions } from "lib/api/run.ts";