effect-playwright
    Preparing search index...

    Type Alias JUnitReporterOptions

    type JUnitReporterOptions = {
        includeProjectInTestName?: boolean;
        includeRetries?: boolean;
        outputFile?: string;
        stripANSIControlSequences?: boolean;
    }
    Index
    includeProjectInTestName?: boolean
    includeRetries?: boolean
    outputFile?: string
    stripANSIControlSequences?: boolean