diff --git a/conftest.py b/conftest.py index ce37157..9b08023 100755 --- a/conftest.py +++ b/conftest.py @@ -7,7 +7,7 @@ from utils.tools import ini_file_dic @pytest.fixture(scope='module') def page(): with sync_playwright() as playwright: - browser = playwright.chromium.launch(headless=False) + browser = playwright.chromium.launch(headless=True) context = browser.new_context( ignore_https_errors=True, viewport={