KC's Workspace
    Preparing search index...

    Interface GithubActionsReporterOptions

    interface GithubActionsReporterOptions {
        displayAnnotations?: boolean;
        jobSummary?: Partial<JobSummaryOptions>;
        onWritePath?: (path: string) => string;
    }
    Index

    Properties

    displayAnnotations?: boolean
    true
    

    Configuration for the GitHub Actions Job Summary.

    When enabled, a markdown summary of test results is written to the path specified by outputPath.

    onWritePath?: (path: string) => string