UNPKG

wdio-testrecorder-reporter

Version:
10 lines 404 B
import WDIOReporter, { AfterCommandArgs, SuiteStats } from '@wdio/reporter'; export default class TestRecoder extends WDIOReporter { framework: string; videoOutputPath: string; constructor(options: any); onSuiteStart(suiteStats: SuiteStats): void; onAfterCommand(commandArgs: AfterCommandArgs): void; onSuiteEnd(suiteStats: SuiteStats): void; } //# sourceMappingURL=index.d.ts.map