UNPKG
playwright-cleanup
Version:
beta (0.0.2-3)
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-3
A Playwright cleanup plugin
playwright-cleanup
/
build
/
src
/
extend-playwright-cleanup.d.ts
4 lines
(3 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
import
{
CleanupOptions
}
from
"./fixtures/cleanup-fixture"
;
declare
function
extendPlaywrightCleanup
(
options
?:
CleanupOptions
):
any
;
export
default
extendPlaywrightCleanup;