Member Junction
    Preparing search index...

    Result of the smoke test phase.

    SmokeTestPhase.Run

    interface SmokeTestResult {
        ApiRunning: boolean;
        ApiUrl: string;
        ExplorerRunning: boolean;
        ExplorerUrl: string;
    }
    Index

    Properties

    ApiRunning: boolean

    Whether MJAPI became ready within the timeout.

    ApiUrl: string

    The API URL that was verified (e.g., "http://localhost:4000/").

    ExplorerRunning: boolean

    Whether Explorer became ready within the timeout.

    ExplorerUrl: string

    The Explorer URL that was verified (e.g., "http://localhost:4201/").