KC's Workspace
    Preparing search index...
    interface JUnitOptions {
        addFileAttribute?: boolean;
        classnameTemplate?:
            | string
            | ((classnameVariables: ClassnameTemplateVariables) => string);
        includeConsoleOutput?: boolean;
        outputFile?: string;
        suiteName?: string;
    }
    Index

    Properties

    addFileAttribute?: boolean

    Add attribute (validated on CIRCLE CI and GitLab CI)

    false
    
    classnameTemplate?:
        | string
        | ((classnameVariables: ClassnameTemplateVariables) => string)

    Template for the classname attribute. Can be either a string or a function. The string can contain placeholders {filename} and {filepath}.

    includeConsoleOutput?: boolean

    Write and for console output

    true
    
    outputFile?: string
    suiteName?: string