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

9 lines (7 loc) 196 B
import type { OutputStream } from '@serenity-js/core/lib/adapter/index.js'; /** * @package */ export interface ProvidesWriteStream { getWriteStreamObject(reporter: string): OutputStream; }