# generateScreenshotInstructions

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/screenshot-instruction-generator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/screenshot-instruction-generator.ts#L176)

Generate screenshot instructions from coverage report

## Signature

```ts
function 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`
