Framework Mode - Subprocess testing
Folder Structure
tests/ ├── test_subprocess.py # Tests for subprocess calls ├── conftest.py # Shared fixtures and setup utils/ ├── subprocess_helper.py # Helper functions to run subprocess commands config/ ├── config.yaml # Environment and command configurations reports/ ├── pytest_report.html # Generated test reports