Skip to content

generateWorkflowDocumentationFile

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/generators/workflow-documentation.generator.ts

Generate workflow documentation and write to file

Signature

ts
async function generateWorkflowDocumentationFile(screenshots: EnhancedScreenshotMetadata[], outputPath: string, options: WorkflowDocGenerationOptions): Promise<WorkflowDocGenerationResult[]>

Parameters

NameType
screenshotsEnhancedScreenshotMetadata[]
outputPathstring
optionsWorkflowDocGenerationOptions

Returns: Promise<WorkflowDocGenerationResult[]>

Was this page helpful?

Download as PDF