Member Junction
    Preparing search index...

    Phase I — Starts MJAPI and Explorer in parallel, detects readiness via stdout markers, confirms with HTTP, then cleans up.

    const smokeTest = new SmokeTestPhase();
    const result = await smokeTest.Run({
    Dir: '/path/to/install',
    Config: { APIPort: 4000, ExplorerPort: 4200 },
    Emitter: emitter,
    });
    if (result.ApiRunning && result.ExplorerRunning) {
    console.log('Smoke test passed!');
    }
    Index

    Constructors

    Methods

    Constructors

    Methods