Skip to content

Commit b029072

Browse files
authored
Merge pull request #11 from hbkandhi12/e2e_test
running headless
2 parents cec265f + a296586 commit b029072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def base_url():
1818
@pytest.fixture(scope='function')
1919
async def chromium_page():
2020
playwright = await async_playwright().start()
21-
browser = await playwright.chromium.launch(headless=False)
21+
browser = await playwright.chromium.launch(headless=BROWSER_HEADLESS)
2222
context = await browser.new_context()
2323
page = await context.new_page()
2424
yield page

0 commit comments

Comments
 (0)