Playwright Test owns its fixtures and their lifetimes. Effect programs receive
non-owning wrappers for the active browser, context, and page; resources
acquired by the program remain scoped to that program. Because Playwright does
not expose a public test-completion signal, timeout interruption starts during
test-scoped fixture teardown, after user afterEach hooks have run.
Playwright Test integration for Effect programs.
Playwright Test owns its fixtures and their lifetimes. Effect programs receive non-owning wrappers for the active
browser,context, andpage; resources acquired by the program remain scoped to that program. Because Playwright does not expose a public test-completion signal, timeout interruption starts during test-scoped fixture teardown, after userafterEachhooks have run.Since
0.6.0