variable MAX_BROWSER_LOGS

How many page-log entries a result retains. Tests and notices are bounded by the suite; page output is bounded by nothing a test runner controls, so this is the one channel that needs a ceiling. Generous enough that a real run never reaches it.

MAX_BROWSER_LOGS; // 1000

Type

1000

Usage

import { MAX_BROWSER_LOGS } from "lib/api/reporter.ts";