MCPcopy Index your code
hub / github.com/microsoft/playwright-python / playwright

Function playwright

tests/async/conftest.py:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45@pytest.fixture(scope="session")
46async def playwright() -> AsyncGenerator[Playwright, None]:
47 async with async_playwright() as playwright_object:
48 yield playwright_object
49
50
51@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

async_playwrightFunction · 0.90

Tested by

no test coverage detected