Make firefox headless

pull/3/head
Gabriel Augendre 2 months ago
parent b861b7aa72
commit 98a6e4b9e2

@ -13,6 +13,12 @@ def live_server(settings, live_server):
return live_server
@pytest.fixture()
def firefox_options(firefox_options):
firefox_options.add_argument("-headless")
return firefox_options
@pytest.fixture()
def selenium(selenium):
selenium.implicitly_wait(3)

Loading…
Cancel
Save