UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 157 B
import type { Page } from '@playwright/test'; /** * Get `page` object from context of current test. */ export declare const getPlaywrightPage: () => Page;