Skip to content

validateCoverage

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/utils/coverage-validator.ts

Validate coverage against thresholds

Signature

ts
function validateCoverage(entities: Entity[], screenshots: EnhancedScreenshotMetadata[], interactions: UIInteraction[], thresholds: CoverageThresholds): ValidationReport

Parameters

NameType
entitiesEntity[]
screenshotsEnhancedScreenshotMetadata[]
interactionsUIInteraction[]
thresholdsCoverageThresholds

Returns: ValidationReport

Was this page helpful?

Download as PDF