@umbraco/playwright-testhelpers
Version:
Test helpers for making playwright tests for Umbraco solutions
8 lines (7 loc) • 383 B
TypeScript
import { ApiHelpers, UiHelpers } from ".";
declare const test: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & {
umbracoApi: ApiHelpers;
} & {
umbracoUi: UiHelpers;
}, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
export { test };