hTest API - v0.0.24
    Preparing search index...

    Variable consoleRun

    consoleRun: {
        name: string;
        finish(result: any, options: any, event: any): void;
        resolveLocation(test: any): Promise<any>;
    }

    Environment-agnostic env that prints results in the console (without depending on terminal-specific things)

    Type Declaration

    • name: string
    • finish: function
      • Parameters

        • result: any
        • options: any
        • event: any

        Returns void

    • resolveLocation: function
      • Parameters

        • test: any

        Returns Promise<any>