We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6feb77a commit 7b6633aCopy full SHA for 7b6633a
conftest.py
@@ -28,7 +28,7 @@ def pytest_addoption(parser):
28
def browser_context(config, pytestconfig):
29
with sync_playwright() as p:
30
headed = pytestconfig.getoption("headed")
31
- browser = p.chromium.launch(headless=False)
+ browser = p.chromium.launch(headless=True)
32
width, height = config.env_config['resolutions'][0]
33
context = browser.new_context(
34
viewport={"width": width, "height": height}
0 commit comments