Skip to main content
Module

x/puppeteer/mod.ts>JSCoverageOptions

A port of puppeteer running on Deno
Latest
interface JSCoverageOptions
import { type JSCoverageOptions } from "https://deno.land/x/puppeteer@16.2.0/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.