Skip to main content

Coverage.stopJSCoverage() method

Signature:

stopJSCoverage(): Promise<JSCoverageEntry[]>;

Returns:

Promise<JSCoverageEntry[]>

Promise that resolves to the array of coverage reports for all scripts.

Remarks

JavaScript Coverage doesn't include anonymous scripts by default. However, scripts with sourceURLs are reported.