property ScriptOutcome.browserLogs

The script's own console calls and uncaught errors, in emit order and capped at MAX_BROWSER_LOGS — the same shape and the same cap a test run reports, because it is the same thing: a page's console, read over CDP.

Type

Usage

import { type ScriptOutcome } from "lib/commands/run.ts";