Member Junction
    Preparing search index...

    Input context for the smoke test phase.

    SmokeTestPhase.Run

    interface SmokeTestContext {
        Config: PartialInstallConfig;
        Dir: string;
        Emitter: InstallerEventEmitter;
    }
    Index

    Properties

    Properties

    Current install config (used for API/Explorer port numbers).

    Dir: string

    Absolute path to the repo root.

    Event emitter for progress, warn, and log events.