Skip to main content
Version: 19.5.2

Coverage.stopCSSCoverage() method

Signature:

class Coverage {
stopCSSCoverage(): Promise<CoverageEntry[]>;
}

Returns:

Promise<CoverageEntry[]>

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

Remarks

CSS Coverage doesn't include dynamically injected style tags without sourceURLs.