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 244 B
import type { OutputStream } from '@serenity-js/core/lib/adapter/index.js'; /** * @package */ export interface ProvidesWriteStream { getWriteStreamObject(reporter: string): OutputStream; } //# sourceMappingURL=ProvidesWriteStream.d.ts.map