Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 687 Bytes

puppeteer.jscoverage.start.md

File metadata and controls

51 lines (33 loc) · 687 Bytes
sidebar_label
JSCoverage.start

JSCoverage.start() method

Signature:

class JSCoverage {
  start(options?: {
    resetOnNavigation?: boolean;
    reportAnonymousScripts?: boolean;
    includeRawScriptCoverage?: boolean;
    useBlockCoverage?: boolean;
  }): Promise<void>;
}

Parameters

Parameter

Type

Description

options

{ resetOnNavigation?: boolean; reportAnonymousScripts?: boolean; includeRawScriptCoverage?: boolean; useBlockCoverage?: boolean; }

(Optional)

**Returns:**

Promise<void>