UNPKG

@serenity-js/playwright

Version:

Adapter that integrates @serenity-js/web with Playwright, enabling Serenity/JS reporting and using the Screenplay Pattern to write component and end-to-end test scenarios

5 lines (4 loc) 170 B
export interface PlaywrightSelectorEngine { query(root: Element, selector: string): HTMLElement; queryAll(root: Element, selector: string): Array<HTMLElement>; }