Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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"
)
48
def
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_playwright
Function · 0.90
Tested by
no test coverage detected