Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface JSCoverageOptions
import { type JSCoverageOptions } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Set of configurable options for JS coverage.

Properties

optional
resetOnNavigation: boolean

Whether to reset coverage on every navigation.

optional
reportAnonymousScripts: boolean

Whether anonymous scripts generated by the page should be reported.

optional
includeRawScriptCoverage: boolean

Whether the result includes raw V8 script coverage entries.