Framework Mode - Extracting data from responses
Folder Structure
PostmanCollectionProject/ ├── collections/ │ └── MyAPICollection.postman_collection.json ├── environments/ │ ├── dev.postman_environment.json │ ├── staging.postman_environment.json │ └── prod.postman_environment.json ├── scripts/ │ ├── pre-request-scripts/ │ │ └── setupVariables.js │ └── test-scripts/ │ └── extractData.js ├── reports/ │ └── test-report.html └── README.md