@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
18 lines • 562 B
TypeScript
import type { Serenity } from '@serenity-js/core';
import Reporter from '@wdio/reporter';
import type { Reporters } from '@wdio/types';
/**
* @package
*/
export declare class BrowserCapabilitiesReporter extends Reporter {
private readonly tagPrinter;
private readonly serenity;
private readonly tags;
constructor(options: Partial<Reporters.Options> & {
serenity: Serenity;
});
private recordBrowserAndPlatformTags;
private tagsForAll;
private emitRecordedTags;
}
//# sourceMappingURL=BrowserCapabilitiesReporter.d.ts.map