UNPKG

loadmill

Version:

A node.js module for running load tests and functional tests on loadmill.com

4 lines (3 loc) 299 B
import * as Loadmill from "./index"; export declare const junitReport: (testResult: Loadmill.TestResult, token: string, path?: string | undefined) => Promise<void>; export declare const mochawesomeReport: (testResult: Loadmill.TestResult, token: string, path?: string | undefined) => Promise<void>;