Mercurial > libervia-backend
diff tests/e2e/libervia-web/conftest.py @ 4227:dfccc90cacc6
tests: fix and update tests:
- update code to newer version of `sh`
- update code to newer version of `selenium`
- update names of OMEMO algorithms
- fix paths and names used to mount source to the test container
- skip modules using `Gst` and `PyQt` when they are not available.
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 05 Mar 2024 17:31:56 +0100 |
parents | d78b5eae912a |
children | 4cd4922de876 |
line wrap: on
line diff
--- a/tests/e2e/libervia-web/conftest.py Tue Mar 05 17:31:56 2024 +0100 +++ b/tests/e2e/libervia-web/conftest.py Tue Mar 05 17:31:56 2024 +0100 @@ -26,7 +26,7 @@ import helium -WEB_HOST = "libervia-web.test" +WEB_HOST = "web" WEB_PORT_HTTPS = 8443 BASE_URL = f"https://{WEB_HOST}:{WEB_PORT_HTTPS}" SIZE_DESKTOP = (1024, 728) @@ -54,7 +54,7 @@ filename = f"{datetime.now().isoformat()}_{request.node.name}.png" dest_path = dest_dir/filename helium.get_driver().save_screenshot(str(dest_path)) - print(f"screenshot saved to {dest_path}") + print(f" 📸screenshot saved to {dest_path}") def wait_for_socket(host, port, retries=30):