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

Function playwright

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

Source from the content-addressed store, hash-verified

46
47@pytest.fixture(scope="session")
48def playwright() -> Generator[Playwright, None, None]:
49 with sync_playwright() as p:
50 yield p
51
52
53@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

sync_playwrightFunction · 0.90

Tested by

no test coverage detected