effect-playwright
    Preparing search index...

    Type Alias ReporterDescription

    ReporterDescription: Readonly<
        | ["blob"]
        | ["blob", BlobReporterOptions]
        | ["dot"]
        | ["line"]
        | ["list"]
        | ["list", ListReporterOptions]
        | ["github"]
        | ["junit"]
        | ["junit", JUnitReporterOptions]
        | ["json"]
        | ["json", JsonReporterOptions]
        | ["html"]
        | ["html", HtmlReporterOptions]
        | ["null"]
        | [string]
        | [string, any],
    >