STDOUT:
STDOUT IS: {'report_title': 'report_output', 'environment': 'NA', 'branch': 'v0.3.8', 'commit': 'ddcf7befeaff4235dccf3d6a23e9d6efacbaf322', 'generated_at': '2025-08-15T22:37:57.512834'}
============================= test session starts ==============================
platform darwin -- Python 3.9.6, pytest-8.4.1, pluggy-1.6.0 -- /Users/emjey-p/Documents/GitHub/pytest-report-plus/.venv/bin/python
cachedir: .pytest_cache
rootdir: /Users/emjey-p/Documents/GitHub/pytest-report-plus
configfile: pytest.ini
plugins: html-plus-0.3.4, anyio-4.9.0, xdist-3.8.0, rerunfailures-15.1, cov-6.2.1, playwright-0.7.0, base-url-2.1.0
collecting ... collected 3 items
tests/dummy_tests/test_cases.py::test_fail stdout from fail
XFAIL (Expected failure f...) [ 33%]
tests/dummy_tests/test_cases.py::test_pass stdout from pass
PASSED [ 66%]
tests/dummy_tests/test_cases.py::test_skip SKIPPED (just skipping) [100%]
=================== 1 passed, 1 skipped, 1 xfailed in 0.13s ====================
STDERR IS: /Users/emjey-p/Documents/GitHub/pytest-report-plus/.venv/lib/python3.9/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020
warnings.warn(
The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
stderr from fail
stderr from pass