mimiq
    Preparing search index...

    Interface RecordingConfig

    interface RecordingConfig {
        actionLog: RecordingActionLogConfig;
        defaultRunCount: number;
        enabled: boolean;
        framework?: "playwright" | "cypress" | "stagehand";
        outputDir: string;
        runNaming: "sequential" | "timestamp";
        screenshots: RecordingScreenshotConfig;
        transcript: RecordingTranscriptConfig;
    }
    Index

    Properties

    defaultRunCount: number
    enabled: boolean
    framework?: "playwright" | "cypress" | "stagehand"
    outputDir: string
    runNaming: "sequential" | "timestamp"