property RunState.daemon

Non-null exactly when this run is executing inside the persistent daemon process — it is the daemon-mode flag as well as the handles. Daemon runs reuse the shared browser, suppress the per-connection TAP header, and leave that browser open at the end of the run.

Type

DaemonState | null

Usage

import { type RunState } from "lib/types.ts";