Skip to content

Commit 7b6633a

Browse files
committed
updated conftest
1 parent 6feb77a commit 7b6633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def pytest_addoption(parser):
2828
def browser_context(config, pytestconfig):
2929
with sync_playwright() as p:
3030
headed = pytestconfig.getoption("headed")
31-
browser = p.chromium.launch(headless=False)
31+
browser = p.chromium.launch(headless=True)
3232
width, height = config.env_config['resolutions'][0]
3333
context = browser.new_context(
3434
viewport={"width": width, "height": height}

0 commit comments

Comments
 (0)