effect-playwright
    Preparing search index...

    Type Alias HtmlReporterOptions

    type HtmlReporterOptions = {
        attachmentsBaseURL?: string;
        doNotInlineAssets?: boolean;
        host?: string;
        mergeFiles?: boolean;
        noCopyPrompt?: boolean;
        noSnippets?: boolean;
        open?: "always" | "never" | "on-failure";
        outputFolder?: string;
        port?: number;
        title?: string;
    }
    Index
    attachmentsBaseURL?: string
    doNotInlineAssets?: boolean
    host?: string
    mergeFiles?: boolean
    noCopyPrompt?: boolean
    noSnippets?: boolean
    open?: "always" | "never" | "on-failure"
    outputFolder?: string
    port?: number
    title?: string