UNPKG

@serenity-js/playwright-test

Version:

Serenity/JS test runner adapter for Playwright Test, combining Playwright's developer experience with the advanced reporting and automation capabilities of Serenity/JS

8 lines 364 B
import type { CorrelationIdFactory } from '@serenity-js/core/lib/model'; import { CorrelationId } from '@serenity-js/core/lib/model'; export declare class PlaywrightTestSceneIdFactory implements CorrelationIdFactory { private testId; setTestId(testId: string): void; create(): CorrelationId; } //# sourceMappingURL=PlaywrightTestSceneIdFactory.d.ts.map