Files
e2e_Pets/tests/utils/__init__.py
VolandSZ cdca9d6003 feat: implement universal runner for standard and GOST TLS
- Add smart two-phase TLS detection with caching in tests/utils/tls.py

- Add auto-discovery for Chromium-GOST and Yandex.Browser

- Add --tls-mode and --ignore-https-errors CLI options

- Update browser_page context with ignore_https_errors and unified viewport

- Add unit tests in tests/utils/test_tls.py

- Update README.md and .env.example
2026-09-03 00:02:36 +03:00

4 lines
114 B
Python

from .tls import detect_tls_mode, launch_browser_for_tls
__all__ = ["detect_tls_mode", "launch_browser_for_tls"]