property UserRunOptions.browser

Browser engine. Defaults to chromium, the only one that can collect coverage.

Type

"chromium" | "firefox" | "webkit"

Usage

import { type UserRunOptions } from "lib/api/options.ts";