update github yaml

This commit is contained in:
shao.xiaoping 2024-01-22 12:30:45 +08:00
parent 78f288f313
commit a13cb92b0d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from utils.tools import ini_file_dic
@pytest.fixture(scope='module') @pytest.fixture(scope='module')
def page(): def page():
with sync_playwright() as playwright: with sync_playwright() as playwright:
browser = playwright.chromium.launch(headless=False) browser = playwright.chromium.launch(headless=True)
context = browser.new_context( context = browser.new_context(
ignore_https_errors=True, ignore_https_errors=True,
viewport={ viewport={