UNPKG

@umbraco/playwright-testhelpers

Version:

Test helpers for making playwright tests for Umbraco solutions

7 lines (6 loc) 178 B
import { ApiHelpers } from "./ApiHelpers"; export declare class PublishedCacheApiHelper { api: ApiHelpers; constructor(api: ApiHelpers); getStatus(): Promise<any>; }