Kind: Function
Source: atloria-monorepo/apps/cli/src/commands/init-screenshot-config.command.ts
Generate screenshot configuration from AppMap
Signature
tsasync function initScreenshotConfigCommand(options: {
target?: string;
output?: string;
appUrl?: string;
})
Parameters
| Name | Type |
|---|---|
options | `{ |
| target?: string; | |
| output?: string; | |
| appUrl?: string; | |
| }` |
Was this page helpful?