Tests - add headless option for e2e tests
This commit is contained in:
7
e2e/conftest.py
Normal file
7
e2e/conftest.py
Normal file
@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def firefox_options(firefox_options):
|
||||
firefox_options.add_argument('--headless')
|
||||
return firefox_options
|
Reference in New Issue
Block a user