UNPKG

@serenity-js/webdriverio

Version:

Adapter that integrates @serenity-js/web with the latest stable version of WebdriverIO, enabling Serenity/JS reporting and using the Screenplay Pattern to write web and mobile test scenarios

8 lines 227 B
import type { Reporters } from '@wdio/types'; /** * @package */ export interface InitialisesReporters { _loadReporter(reporter: Reporters.ReporterEntry): Promise<void>; } //# sourceMappingURL=InitialisesReporters.d.ts.map