update github yaml
This commit is contained in:
parent
78f288f313
commit
a13cb92b0d
|
@ -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={
|
||||
|
|
Loading…
Reference in New Issue