Framework Mode - Performance test reporting
Folder Structure for Performance Test Reporting
performance-testing/ ├── reports/ │ ├── html/ │ ├── csv/ │ └── json/ ├── scripts/ │ ├── load_tests/ │ └── stress_tests/ ├── config/ │ ├── environments.yaml │ └── thresholds.yaml ├── utils/ │ ├── report_generator.py │ └── data_parser.py ├── logs/ │ └── raw_logs.log └── README.md