mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Minor fixes in tests
This commit is contained in:
parent
3c91818e66
commit
44bfdade54
@ -51,7 +51,7 @@ def selenium_drivers(docker_ip, docker_services):
|
|||||||
|
|
||||||
options = webdriver.FirefoxOptions()
|
options = webdriver.FirefoxOptions()
|
||||||
drivers[browser] = webdriver.Remote(
|
drivers[browser] = webdriver.Remote(
|
||||||
command_executor=f"http://localhost:4444/wd/hub",
|
command_executor="http://localhost:4444/wd/hub",
|
||||||
options=options,
|
options=options,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -73,5 +73,5 @@ def run_make_commands(request):
|
|||||||
.venv/bin/sphinx-build -M zundler . _build
|
.venv/bin/sphinx-build -M zundler . _build
|
||||||
"""
|
"""
|
||||||
|
|
||||||
for d in ["copy-button", "mermaid", "multi-page"]:
|
for d in ["copy-button", "mermaid", "multi-page", "dark-mode"]:
|
||||||
subprocess.run(cmd.strip(), shell=True, check=True, cwd=Path(test_dir) / d)
|
subprocess.run(cmd.strip(), shell=True, check=True, cwd=Path(test_dir) / d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user