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 263 B
import type { TestError } from '@playwright/test/reporter'; export declare class PlaywrightErrorParser { private static ascii; errorFrom(testError: TestError): Error; private static stripAsciiFrom; } //# sourceMappingURL=PlaywrightErrorParser.d.ts.map