property BuildState.fallbackPage

Replaces the normal test page for this run, or null when the run renders tests as usual. The web server's / route serves this page and the Playwright page is navigated there. Cleared at the start of every new build attempt.

Type

Usage

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