Framework Mode - Why Postman supports non-functional testing
Folder Structure
Postman Collection Project/ ├── collections/ │ ├── api_endpoints.postman_collection.json │ └── performance_tests.postman_collection.json ├── environments/ │ ├── dev_environment.postman_environment.json │ └── prod_environment.postman_environment.json ├── scripts/ │ ├── pre_request_scripts.js │ └── test_scripts.js ├── reports/ │ └── test_run_reports/ │ ├── functional_report.html │ └── performance_report.html └── postman_config.json