Member Junction
    Preparing search index...

    Flags for report command

    interface ReportFlags {
        checksModule?: string;
        format?: OutputFormat;
        from?: string;
        includeCosts?: boolean;
        includeTrends?: boolean;
        oraclesModule?: string;
        output?: string;
        suite?: string;
        test?: string;
        to?: string;
        verbose?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    checksModule?: string

    Ad-hoc integration-check module to preload (config testing.checkModules is the durable form).

    format?: OutputFormat
    from?: string
    includeCosts?: boolean
    includeTrends?: boolean
    oraclesModule?: string

    Path to a CommonJS or ESM module that exports custom IOracle classes or instances. Each exported oracle is registered on the engine before the test/suite runs — used by non-MJ adopters (Mode C) to plug their own oracle types without modifying TestingFramework.

    output?: string
    suite?: string
    test?: string
    to?: string
    verbose?: boolean