mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
667 B
667 B
Home > puppeteer > Coverage > stopJSCoverage
Coverage.stopJSCoverage() method
Signature:
stopJSCoverage(): Promise<CoverageEntry[]>;
Returns:
Promise<CoverageEntry[]>
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.