Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/screenshot-instruction-generator.ts
Generate screenshot instructions from coverage report
Signature
tsfunction generateScreenshotInstructions(entities: Entity[], existingScreenshots: EnhancedScreenshotMetadata[], options: {
baseUrl?: string;
includeWorkflows?: boolean;
}): ScreenshotPlan
Parameters
| Name | Type |
|---|---|
entities | Entity[] |
existingScreenshots | EnhancedScreenshotMetadata[] |
options | `{ |
baseUrl?: string; includeWorkflows?: boolean;
}` |
Returns: ScreenshotPlan
Was this page helpful?