property TestSession.droppedEvents

How many events the feed dropped because a consumer fell behind. 0 in every ordinary run.

The feed is capped, so a consumer that stalls under a flood of page output loses the oldest events. That has to be visible: RunResult.browserLogsDropped already keeps the result path honest about the same trade, and a silent gap in the event path would be the one kind of loss a consumer cannot detect for itself.

Type

number

Usage

import { type TestSession } from "lib/api/session.ts";