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

7 lines 449 B
import type { FullProject, TestCase, TestResult } from '@playwright/test/reporter'; import { CorrelationId } from '@serenity-js/core/model'; export declare class PlaywrightSceneId extends CorrelationId { static fromJSON(v: string): CorrelationId; static from(projectName: FullProject['name'], test: Pick<TestCase, 'id' | 'repeatEachIndex'>, result: Pick<TestResult, 'retry'>): CorrelationId; } //# sourceMappingURL=PlaywrightSceneId.d.ts.map