Framework Mode - Collection runner results
Folder Structure
postman-project/ ├── collections/ │ └── api-collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── reports/ │ └── collection-run-results.json ├── scripts/ │ ├── pre-request-scripts.js │ └── test-scripts.js ├── postman.config.json └── README.md