UNPKG

playwright-cleanup

Version:

A Playwright cleanup plugin

4 lines (3 loc) 174 B
import { CleanupOptions } from "./fixtures/cleanup-fixture"; declare function extendPlaywrightCleanup(options?: CleanupOptions): any; export default extendPlaywrightCleanup;