Framework Mode - Saving responses
Folder Structure of a Postman Test Project
PostmanProject/ ├── collections/ │ └── MyAPICollection.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── tests/ │ └── responseTests.js ├── scripts/ │ └── saveResponse.js ├── reports/ │ └── testResults.json └── README.md