A pytest plugin for generating beautiful, human-readable HTML reports for individual tests with collapsible nested logging spans and syntax highlighting. Inspired by Robot Framework and Playwright ...
twitch_mobile_test_douglas/ ├── core/ │ ├── config.py # Base URL, device name, timeouts, screenshot path │ ├── driver_setup.py # Chrome mobile emulation, timeouts, driver init │ ├── waits.py # ...