Framework Mode - Performance metrics collection
Folder Structure
performance_metrics_project/ ├── tests/ │ ├── test_performance.py │ └── __init__.py ├── pages/ │ ├── base_page.py │ └── home_page.py ├── utils/ │ ├── performance_helper.py │ └── __init__.py ├── config/ │ ├── config.yaml │ └── __init__.py ├── reports/ │ └── performance_report.html ├── conftest.py └── pytest.ini