Member Junction
    Preparing search index...

    Flags for list command

    interface ListFlags {
        checksModule?: string;
        format?: OutputFormat;
        oraclesModule?: string;
        output?: string;
        showVariables?: boolean;
        status?: string;
        suites?: boolean;
        tag?: string;
        type?: string;
        types?: boolean;
        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
    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
    showVariables?: boolean

    Show available variables for the test/test type

    status?: string
    suites?: boolean
    tag?: string
    type?: string
    types?: boolean
    verbose?: boolean