mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - add geckodriver log file for ui tests
This commit is contained in:
parent
40e118a712
commit
84eb947206
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ driver_func = partial(webdriver.Firefox, options=firefox_options)
|
|||
if TEST_TYPE == "dev":
|
||||
driver_func = partial(
|
||||
webdriver.Firefox,
|
||||
service=Service(Service(executable_path="./geckodriver" if "geckodriver" in listdir(Path.cwd()) else "/usr/local/bin/geckodriver")),
|
||||
service=Service(Service(executable_path="./geckodriver" if "geckodriver" in listdir(Path.cwd()) else "/usr/local/bin/geckodriver", log_output="./geckodriver.log")),
|
||||
options=firefox_options,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue