Skip to main content
Version: 22.7.0

Coverage.stopCSSCoverage() method

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

Signature:

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

Returns:

Promise<CoverageEntry[]>

Remarks

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