We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cec265f + a296586 commit b029072Copy full SHA for b029072
conftest.py
@@ -18,7 +18,7 @@ async def base_url():
18
@pytest.fixture(scope='function')
19
async def chromium_page():
20
playwright = await async_playwright().start()
21
- browser = await playwright.chromium.launch(headless=False)
+ browser = await playwright.chromium.launch(headless=BROWSER_HEADLESS)
22
context = await browser.new_context()
23
page = await context.new_page()
24
yield page
0 commit comments