@testomatio/reporter
Version:
Testomatio Reporter Client
12 lines (11 loc) • 343 B
TypeScript
export default JasmineReporter;
export class JasmineReporter {
constructor(options: any);
testTimeMap: {};
client: TestomatClient;
getDuration(test: any): number;
specStarted(result: any): void;
specDone(result: any): void;
jasmineDone(suiteInfo: any, done: any): void;
}
import TestomatClient from '../client.js';